1iarray_free(3) Library Functions Manual iarray_free(3)
23
4
NAME
6iarray_free - free iarray data structure
7
SYNTAX
9#include <iarray.h>
1011
void iarray_free(iarray* x);
1213
DESCRIPTION
15iarray_free frees the iarray and all elements in it.
1617
Using the array during or after iarray_free results in undefined behavā
18ior.
1920
SEE ALSO
22iarray_allocate(3), iarray_get(3), iarray_allocate(3)
2324
25
26
iarray_free(3)