Contents:
Defined in File llist.h
Destroy a llist.
The entire list is iterated through once. Any further use of the pointer to this llist is undefined. This function is idempotent.
list – The list to destroy.