MentOS
0.8.0
The Mentoring Operating System
libc
inc
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);
errno.h
System call errors definition.
strerror
char * strerror(int errnum)
Returns the string representing the error number.
Definition:
strerror.c:9
Generated by
1.9.1