MentOS  0.8.0
The Mentoring Operating System
strerror.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <sys/errno.h>
9 
13 char *strerror(int errnum);
System call errors definition.
char * strerror(int errnum)
Returns the string representing the error number.
Definition: strerror.c:9