BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kerrno_check - check to see if an errno is within a given error list.

LIBRARY CALL

int kerrno_check(
   int	    errnum,
   kerrlist *errlist,
   size_t    num_errs)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) if the errno is a member of the errlist passed in, FALSE (0) othersize.

DESCRIPTION

This routine looks up a errno to see if it is within a supplied list of errors.

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.