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

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...
 

Detailed Description

Contains the function that transfornms an errno into a string.

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.