
Go to the source code of this file.
Classes | |
| struct | list |
| struct | node |
Typedefs | |
| typedef struct list | list |
| typedef struct node | node |
Functions | |
| void | free_list (list *l) |
| void | free_list_contents (list *l) |
| int | list_find (list *l, void *val) |
| void | list_insert (list *, void *) |
| void ** | list_to_array (list *l) |
| list * | make_list () |
| void free_list_contents | ( | list * | l | ) |
| void list_insert | ( | list * | , |
| void * | |||
| ) |
| void** list_to_array | ( | list * | l | ) |