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