list - The current linked list in which the entry will be
deleted.
identifier - the identifier which identifies the entry to
be deleted.
OUTPUT
none
RETURN VALUE
The modified linked list.
DESCRIPTION
Delete an entry from the linked list. This is done by
deleting the entry from the linked list. The new
list is then passed back to the calling routine.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/list.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.