DOKK / manpages / debian 12 / libowfat-dev / iarray_free.3.en
iarray_free(3) Library Functions Manual iarray_free(3)

iarray_free - free iarray data structure

#include <libowfat/iarray.h>

void iarray_free(iarray* x);

iarray_free frees the iarray and all elements in it.

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

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