BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

klist_makelinear - changes a circular link list into a consecutive or linear link list

LIBRARY CALL

int klist_makelinear(
   klist *list)

INPUT

OUTPUT

none

RETURN VALUE

return the head of the circular link list or NULL upon failure.

DESCRIPTION

This routine is used to make a circular link list into a consecutive or linear linked list.

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.