Go to the first, previous, next, last section, table of contents.
#include <glob.h> void globfree(glob_t *pglob);
Frees the memory associated with pglob, which should have been
allocated by a call to glob
(see section glob).
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.