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

Go to the source code of this file.

Functions

t_arrayarray_copy (const t_array *array)
 Copies the array and all it contents. More...
 

Function Documentation

◆ array_copy()

t_array* array_copy ( const t_array array)

Copies the array and all it contents.

Returns
The copy of the array.

Definition at line 16 of file array_copy.c.