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.

Portability

not ANSI, POSIX


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