| cvs.gedasymbols.org/djgpp/doc/libc/libc_800.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <errno.h> extern int sys_nerr;  | 
This variable gives the number of error messages in sys_errlist
(see section sys_errlist). 
| ANSI/ISO C | No | 
| POSIX | No | 
if (errno < sys_nerr)
  printf("Error: %s\n", sys_errlist[errno]);
 | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |