wordfree Subroutine
Purpose
Frees all memory associated with the Pwordexp parameter.
Library
Standard C Library (libc.a)
Syntax
#include <wordexp.h>
void wordfree ( Pwordexp)
wordexp_t *Pwordexp;
wordexp_t *Pwordexp;
Description
The wordfree subroutine frees any memory associated with the Pwordexp parameter from a previous call to the wordexp subroutine.
Parameters
Item | Description |
---|---|
Pwordexp | Structure containing a list of expanded words. |