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