Frees all memory associated with the pglob parameter.
#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.
pglob | Structure containing the results of a previous call to the glob subroutine. |
This subroutine is part of Base Operating System (BOS) Runtime.
The glob subroutine.
National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.