data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
void | list_delete (t_list *alst) |
Deletes the list and frees all memory taken by its contents. More... | |
void list_delete | ( | t_list * | alst | ) |
Deletes the list and frees all memory taken by its contents.
Definition at line 16 of file list_delete.c.