BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

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

LIBRARY CALL

int klist_makecircular(
   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 consecutive or linear doubly linked list into a circular 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.