Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wordexp(3)

wordfree(3)  —  Subroutines

NAME

wordfree − Frees all memory associated with the pwordexp parameter

LIBRARY

Standard C Library (libc.a)

SYNOPSIS

#include <wordexp.h> void wordfree(
wordexp_t ∗pwordexp);

PARAMETERS

pwordexpThe structure that contains a list of expanded words. 

DESCRIPTION

The wordfree() function frees any memory associated with the pwordexp parameter from a previous call to the wordexp() function. 

FILES

/usr/include/wordexp.h
Defines word expansion macros, data types and functions.

RELATED INFORMATION

Functions: wordexp(3). 

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