MicrOS
|
#include "../string.h"
Functions | |
char * | strerror (int errnum) |
Get pointer to error message string. More... | |
Variables | |
char * | error_messages [] |
char* strerror | ( | int | errnum | ) |
Get pointer to error message string.
Interprets the value of errnum, generating a string with a message that describes the error condition as if set to errno by a function of the library.
errnum | Error number. |
char* error_messages[] |