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

Go to the source code of this file.

Functions

void array_append (t_array *array, const void *content)
 Appends a copy the specified element to the end of this array. More...
 

Function Documentation

◆ array_append()

void array_append ( t_array array,
const void *  content 
)

Appends a copy the specified element to the end of this array.

Parameters
contentThe item to be copied

Definition at line 17 of file array_append.c.