| cvs.gedasymbols.org/djgpp/doc/libc/libc_799.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <errno.h> extern char *sys_errlist[];  | 
This array contains error messages, indexed by errno, that
describe the errors. 
| ANSI/ISO C | No | 
| POSIX | No | 
printf("Error: %s\n", sys_errlist[errno]);
 | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |