list - the list in which we will be returning the
next entry from
OUTPUT
none
RETURN VALUE
the next entry on the list or NULL if at the end
and the link list is not circular
DESCRIPTION
This routine simply returns the next klist entry
on the link list. If the current entry is last on the
link list and the list is not a circular link list
then NULL 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.