#include <stdio.h>
#include <gtk/gtk.h>
#include "list.h"
#include "mem.h"
Functions | |
s_list * | list_alloc (free_t free) |
void | list_free (struct s_list *mylist) |
|
lists allocation. visibility :: public
|
|
list freeing. visibility :: public
|