table of contents
iarray_free(3) | Library Functions Manual | iarray_free(3) |
NAME¶
iarray_free - free iarray data structureSYNTAX¶
#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.