data_structures
|
Go to the source code of this file.
Functions | |
void * | array_pop (t_array *array) |
Removes and returns the element at the end of this array. More... | |
void* array_pop | ( | t_array * | array | ) |
Removes and returns the element at the end of this array.
NULL
if the array is empty. Definition at line 17 of file array_pop.c.