Go to the source code of this file.
Functions | |
void | free_list (list *l) |
void | free_list_contents (list *l) |
void | free_node (node *n) |
void | list_insert (list *l, void *val) |
void * | list_pop (list *l) |
void ** | list_to_array (list *l) |
list * | make_list () |
void free_list_contents | ( | list * | l | ) |
void list_insert | ( | list * | l, |
void * | val | ||
) |
void** list_to_array | ( | list * | l | ) |