data_structures
|
Go to the source code of this file.
Functions | |
void | array_append (t_array *array, const void *content) |
Appends a copy the specified element to the end of this array. More... | |
void array_append | ( | t_array * | array, |
const void * | content | ||
) |
Appends a copy the specified element to the end of this array.
content | The item to be copied |
Definition at line 17 of file array_append.c.