Copyright Digital Equipment Corp. All rights reserved.
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)
Arguments Description Return_Value Example