1iarray_free(3)             Library Functions Manual             iarray_free(3)
2
3
4

NAME

6       iarray_free - free iarray data structure
7

SYNTAX

9       #include <iarray.h>
10
11       void iarray_free(iarray* x);
12
13

DESCRIPTION

15       iarray_free frees the iarray and all elements in it.
16
17       Using the array during or after iarray_free results in undefined behavā€
18       ior.
19
20

SEE ALSO

22       iarray_allocate(3), iarray_get(3), iarray_allocate(3)
23
24
25
26                                                                iarray_free(3)
Impressum