data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
t_array * | array_new (const t_type *type) |
Initializes a new empty array. More... | |
Initializes a new empty array.
type | The type of items that this array can hold |
Definition at line 16 of file array_new.c.