data_structures
Functions
array_size.c File Reference
#include "array.h"
+ Include dependency graph for array_size.c:

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...
 

Function Documentation

◆ array_size()

size_t array_size ( const t_array array)

Returns the number of elements in this array.

Returns
The number of elements in this array

Definition at line 16 of file array_size.c.