data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
t_list * | list_new (const t_type *type) |
Allocates memory and initializes an empty list. More... | |
Allocates memory and initializes an empty list.
the | type of items that this list will hold |
Definition at line 16 of file list_new.c.