error_str

Section: C Library Functions (3)
Index Return to Main Contents
 

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)


 

Index

NAME
SYNTAX
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:00:51 GMT, June 16, 2008