NAME
LKZapList - Destroys a
linked list.
SYNOPSIS
void LKZapList(listptr
*)
DESCRIPTION
This function destroys all of the stored items in the list
and releases all memory that has been allocated to the list and listptr
is then set to NULL. It is important to call LKZapList
before exiting your application so all allocated memory is returned to
the system.
FILES
LKlist.h,
libLKlist.a
SEE ALSO
int LKEmptyList(listptr
*)
AUTHORS
Richard Back, Don Pedersen and Chris ? Sorry Chris I don't
remember you last name. My appology.
OCE 11 Dec 1996