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