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

Go to the source code of this file.

Functions

void array_delete (t_array *array)
 Deletes this array and free all its items and the associated data. More...
 

Function Documentation

◆ array_delete()

void array_delete ( t_array array)

Deletes this array and free all its items and the associated data.

Does nothing if the argument is NULL.

Definition at line 16 of file array_delete.c.