BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

klist_delete - delete an entry from the linked list

LIBRARY CALL

klist *klist_delete(
   klist *list,
   kaddr identifier)

INPUT

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.