iarray_free - Man Page

free iarray data structure

Syntax

#include <iarray.h>

void iarray_free(iarray* x);

Description

iarray_free frees the iarray and all elements in it.

Using the array during or after iarray_free results in undefined behavior.

See Also

iarray_allocate(3), iarray_get(3), iarray_allocate(3)

Referenced By

iarray_allocate(3), iarray_get(3), iarray_init(3).