|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.