Xiqual 0.9.1

In file xitools/list_free.c:

void list_free

(List* list)

Free a List and all its attached Node structures.

Documentation

Free a List and all its attached Node structures. Since list_delete() does the actual freeing of each Node, destructors will be called if available.
Parameters:
list - A struct List to remove all items from
Author:
Ronny Bangsund
See Also:
List, Node, list_remove(), list_delete()

Alphabetic index



This page was generated with the help of DOC++.