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