data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
void | list_add_last (t_list *alst, const void *data) |
Adds a copy of the specified element at the back of this list. More... | |
void list_add_last | ( | t_list * | alst, |
const void * | data | ||
) |
Adds a copy of the specified element at the back of this list.
data | The item to be copied |
Definition at line 16 of file list_add_last.c.