Go to the source code of this file.
Functions | |
list * | list_new (int size) |
int | list_push (struct list *list, void *elem) |
void * | list_pop (struct list *list) |
int | list_remove (struct list *list, void *elem) |
void * | list_first (struct list *list) |
int | list_elems (struct list *list) |
void | list_delete (struct list *list) |
void | list_map (struct list *list, void(*func)(void *arg)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|