asfreepidlist - release PID enumeration structures
SYNOPSIS
#include <arraysvcs.h>
void asfreepidlist(aspidlist_t *PIDList, uint32_t Flags);
DESCRIPTION
The asfreepidlist function releases the resources used by
the specified aspidlist_t structure. These structures are
typically generated by the aspidsinash_local(3X) and
aspidsinash(3X) functions.
The Flags argument is reserved for future expansion and
should be specified as 0.
NOTES
asfreepidlist 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
aspidsinash_local(3X).
Man(1) output converted with
man2html