User Login
About Us
Services
Spam Filtering
Location
Hours
Staff
Prices
Sample Bill
Policies
Wireless INternet
Network Settings
FAQ
Troubleshooting
Qmail Manual
Mutt Manual
CGI Scripts
Web Page Help
Users's Homepages
Businesses
Virtual Domains

Miscellaneous General Info Technical Support Hosted Sites

Qmail Manual





error_str(3)           C Library Functions           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)