globfree(3) — Subroutines
NAME
globfree − Frees all memory associated with the pglob parameter.
LIBRARY
Standard C Library (libc.a)
SYNOPSIS
#include <glob.h> void globfree(
glob_t ∗pglob)
PARAMETERS
pglobThe structure that contains the results of a previous call to the glob() function.
DESCRIPTION
The globfree() function frees any memory associated with the pglob parameter due to a previous call to the glob function.
FILES
/usr/include/glob.h
Defines glob() macros, data types, and functions.
RELATED INFORMATION
Functions: glob(3).