Copyright Digital Equipment Corp. All rights reserved.

strerror

   Maps the error number in error_code to a locale-dependent error
   message string.

   Format

     #include  <string.h>

     char *strerror  (int error_code); (ANSI C)

     char *strerror  (int error_code[, int vms_error_code]); 
                     (DEC C Extension)
 


Additional information available:

Arguments       Description     Return_Value    Example