Query: iarray_free
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
iarray_free(3) Library Functions Manual iarray_free(3)NAMEiarray_free - free iarray data structureSYNTAX#include <iarray.h> void iarray_free(iarray* x);DESCRIPTIONiarray_free frees the iarray and all elements in it. Using the array during or after iarray_free results in undefined behavior.SEE ALSOiarray_allocate(3), iarray_get(3), iarray_allocate(3) iarray_free(3)