VMS Help
CRTL, globfree
*Conan The Librarian
|
Frees any space associated with the pglob argument resulting from
a previous call to the glob function.
Format
#include <glob.h>
void globfree (glob_t *pglob);
The globfree function has variants named _globfree32 and _
globfree64 for use with 32-bit and 64-bit pointer sizes,
respectively.
pglob
Pointer to a previously allocated glob_t structure.
The globfree function frees any space associated with the pglob
argument resulting from a previous call to the glob function. The
globfree function returns no value.