data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
t_list * | list_copy (const t_list *alst) |
Copies an list and all it contents. More... | |
Copies an list and all it contents.
Definition at line 16 of file list_copy.c.