add iarray

This commit is contained in:
leitner
2009-03-12 21:32:43 +00:00
parent e15f850fb9
commit bb9cdaaafb
18 changed files with 262 additions and 39 deletions

16
array/iarray_free.3 Normal file
View File

@@ -0,0 +1,16 @@
.TH iarray_free 3
.SH NAME
iarray_free \- free iarray data structure
.SH SYNTAX
.B #include <iarray.h>
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)