Definition in file list.h.
Go to the source code of this file.
Functions | |
| LISTITEM * | list_append (LIST *list, void *data) |
| Append an item to a list. | |
| LIST * | list_create (void) |
| Create a new list. | |
| void | list_destroy (LIST *list) |
| Destroy a list. | |
| void | list_shuffle (LIST *list) |
| Shuffle a list. | |