data_structures
|
Go to the source code of this file.
Functions | |
void | array_remove (t_array *array, size_t index) |
Deletes the item at the specified index. More... | |
void array_remove | ( | t_array * | array, |
size_t | index | ||
) |
Deletes the item at the specified index.
index | The index |
Definition at line 17 of file array_remove.c.