logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iarray_free - free iarray data structure

Description

       iarray_free frees the iarray and all elements in it.

       Using the array during or after iarray_free results in undefined behavior.

Name

       iarray_free - free iarray data structure

See Also

iarray_allocate(3), iarray_get(3), iarray_allocate(3)

                                                                                                  iarray_free(3)

Syntax

#include<libowfat/iarray.h>

       void iarray_free(iarray* x);

See Also