MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
wheezy
/
qmail
/ error_str(3)
links
permalink
package tracker
raw man page
table of contents
NAME
SYNTAX
DESCRIPTION
SEE ALSO
other versions
wheezy
1.06-5
jessie
1.06-5
testing
1.06-6+b1
unstable
1.06-6+b1
Scroll to navigation
error_str(3)
Library Functions Manual
error_str(3)
NAME
¶
error_str - names for syscall error codes
SYNTAX
¶
#include <error.h>
char *
error_str
(
e
);
int
e
;
DESCRIPTION
¶
error_str
returns a printable string describing syscall error code
e
. Normally
e
is
errno
.
SEE ALSO
¶
error(3)