Go to the first, previous, next, last section, table of contents.


globfree

Syntax

#include <glob.h>

void globfree(glob_t *pglob);

Description

Frees the memory associated with pglob, which should have been allocated by a call to glob (see section glob).

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.