|
NAMEiarray_free - free iarray data structureSYNTAX#include <libowfat/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) Visit the GSP FreeBSD Man Page Interface. |