welibc
A clear, secure, and well documented standard C library
|
Defines the strerror function. More...
Go to the source code of this file.
Functions | |
char * | strerror (int errnum) |
Maps an error number to an error message string. More... | |
Defines the strerror function.
Definition in file strerror.c.
char* strerror | ( | int | errnum | ) |
Maps an error number to an error message string.
errnum | Error number being mapped |
The strerror function maps the error number in errnum to an error message string.
The implementation shall behave as if no library function calls the strerror function.
Definition at line 54 of file strerror.c.