MentOS  0.8.0
The Mentoring Operating System
Functions
strerror.c File Reference

Functions

char * strerror (int errnum)
 Returns the string representing the error number. More...
 

Detailed Description

Function Documentation

◆ strerror()

char* strerror ( int  errnum)

Returns the string representing the error number.

Parameters
errnumThe error number.
Returns
The string representing the error number.