asfreearray - release array information structure
SYNOPSIS
#include <arraysvcs.h>
void asfreearray(asarray_t *ArrayInfo, uint32_t Flags);
DESCRIPTION
The asfreearray function releases the resources used by
the specified asarray_t structure. This structure is typ
ically generated by the asgetdfltarray(3X) function.
The Flags argument is reserved for future enhancements and
should be set to 0.
NOTES
asfreearray is found in the library "libarray.so", and
will be loaded if the option "-larray" is used with cc(1)
or ld(1).
SEE ALSO
asgetdfltarray(3X), aslistarrays(3X).
Man(1) output converted with
man2html