mmmd_error_str()

Get an English phrase describing the specified error code.

Synopsis:

const char* mmmd_error_str( mmmd_errcode_t errcode )

Arguments:

errcode

The code of the error for which a descriptive phrase is wanted

Library:

libmd

Description:

This function returns a simple description of the specified error code.

Returns:

A pointer to a string containing the error phrase (always non-NULL)