Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ globfree(3) — Digital UNIX 3.2c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

glob(3)

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). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026