globfree() — Free storage allocated by glob()

Standards

Standards / Extensions C or C++ Dependencies

XPG4
XPG4.2
Single UNIX Specification, Version 3

both  

Format

#define _XOPEN_SOURCE
#include <glob.h>

void globfree(glob_t *pglob);

General description

The globfree() function frees storage associated with pglob by a previous call to glob().

Returned value

globfree() returns no values.

Related information