MentOS
0.8.0
The Mentoring Operating System
|
Contains the function that transfornms an errno into a string. More...
Go to the source code of this file.
Functions | |
char * | strerror (int errnum) |
Returns the string representing the error number. More... | |
Contains the function that transfornms an errno into a string.
char* strerror | ( | int | errnum | ) |
Returns the string representing the error number.
errnum | The error number. |