data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
void | array_delete (t_array *array) |
Deletes this array and free all its items and the associated data. More... | |
void array_delete | ( | t_array * | array | ) |
Deletes this array and free all its items and the associated data.
Does nothing if the argument is NULL
.
Definition at line 16 of file array_delete.c.