BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
klist_copy - copy a linked list into a new linked list
LIBRARY CALL
klist *klist_copy( klist *list)
INPUT
list
- The current linked list to be copied
OUTPUT
none
RETURN VALUE
The new linked list or NULL if we fail.
DESCRIPTION
Copies a linked list. This is done by adding the items from one list to a new list.
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.