2009-03-12 21:32:43 +00:00
|
|
|
.TH iarray_free 3
|
|
|
|
.SH NAME
|
|
|
|
iarray_free \- free iarray data structure
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/iarray.h>
|
2009-03-12 21:32:43 +00:00
|
|
|
|
|
|
|
void \fBiarray_free\fP(iarray* \fIx\fR);
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
iarray_free frees the iarray and all elements in it.
|
|
|
|
|
|
|
|
Using the array during or after iarray_free results in undefined
|
|
|
|
behavior.
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
iarray_allocate(3), iarray_get(3), iarray_allocate(3)
|