Frees all memory associated with the Pwordexp parameter.
#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.
Pwordexp | Structure containing a list of expanded words. |
This subroutine is part of Base Operating System (BOS) Runtime.
The wordexp subroutine.