BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

klist_identifier - return the identifier associated with an entry on the list

LIBRARY CALL

kaddr klist_identifier(
   klist *list)

INPUT

OUTPUT

none

RETURN VALUE

the client data associated with the klist entry on the list

DESCRIPTION

This routine simply returns the identifier associated with the klist entry on the link list. If the current entry is NULL then NULL is returned. Otherwise, whatever is stored in the klist entry identifier is returned.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/include/kutils/klist.h

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.