Annotation of GNUtools/libg++/libio/iostrerror.c, revision 1.1.1.1

1.1       root        1: /* This should be replaced by whatever namespace-clean
                      2:    version of strerror you have available. */
                      3: 
                      4: extern char *strerror();
                      5: 
                      6: char *
                      7: _IO_strerror(errnum)
                      8:      int errnum;
                      9: {
                     10:   return strerror(errnum);
                     11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.