Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
iarray_free(3)		    Library Functions Manual		  iarray_free(3)

NAME
     iarray_free - free iarray data structure

SYNTAX
     #include <libowfat/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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_iarray_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help