summaryrefslogtreecommitdiff
path: root/error_str.3
blob: 62043c41ba5b0aa41fc484facb736110bfc7464e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH error_str 3
.SH NAME
error_str \- names for syscall error codes
.SH SYNTAX
.B #include <error.h>

char *\fBerror_str\fP(\fIe\fR);

int \fIe\fR;
.SH DESCRIPTION
.B error_str
returns a printable string describing syscall error code
.IR e .
Normally
.I e
is
.BR errno .
.SH "SEE ALSO"
error(3)