BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kerrno_lookup - lookup the error message associated with a errno.
LIBRARY CALL
char *kerrno_lookup( int errnum)
INPUT
errnum
- the error number to be looked up
OUTPUT
none
RETURN VALUE
a pointer to the error message associated with the errnum or NULL if the error number does not exist.
DESCRIPTION
This routine finds the message string associated with an errno.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/errno.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.