debian man page for iarray_free

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)

NAME
iarray_free - free iarray data structure
SYNTAX
#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.
SEE ALSO
iarray_allocate(3), iarray_get(3), iarray_allocate(3) iarray_free(3)
Related Man Pages
ldns_key_free(3) - debian
ldns_key_deep_free(3) - centos
ldns_key_free(3) - centos
ldns_key_list_free(3) - centos
msem_remove(3) - osf1
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?