data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
size_t | array_size (const t_array *array) |
Returns the number of elements in this array. More... | |
size_t array_size | ( | const t_array * | array | ) |
Returns the number of elements in this array.
Definition at line 16 of file array_size.c.