qc.hlp (Table of Contents; Topic list)
strerror, _strerror
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <string.h>
 
  Syntax:    char *strerror( int errnum );
             char *_strerror( char *string );
 
  Returns:   a pointer to the error-message string.
 
  See also:  clearerr, errno, ferror, perror, sys_errlist, sys_nerr
                                    -♦-