Contents:
Defined in File llist.h
Clear a llist.
This routine clears an llist. Every node with allocated memory for its data field (non-NULL) will have that memory freed if it is in the DS domain, along with the memory for the node.
list – The linked list handle.
status_t.