Frees all memory associated with the pglob parameter.
Standard C Library (libc.a)
#include <glob.h>
void globfree ( pglob)
glob_t *pglob;
The globfree subroutine frees any memory associated with the pglob parameter due to a previous call to the glob subroutine.
Item | Description |
---|---|
pglob | Structure containing the results of a previous call to the glob subroutine. |