data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
t_array * | array_zeros (const t_type *type, size_t size) |
Initializes a new array of the specified size, filled with zeros. More... | |
Initializes a new array of the specified size, filled with zeros.
type | The type of items that this array can hold |
size | The size |
Definition at line 16 of file array_zeros.c.