Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

OSS Library Calls (w - z) wordfree(3)
NAME
wordfree - Frees all memory associated with the pwordexp parameter
LIBRARY
G-series native OSS processes: /G/system/sysnn/zossesrl
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zossedll |
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/yossedll |
SYNOPSIS
#include <wordexp.h>
void wordfree(
wordexp_t *pwordexp);
PARAMETERS
pwordexp Points to a structure that contains a list of expanded words.
DESCRIPTION
The wordfree( ) function frees any memory associated with the pwordexp parameter from a pre-
vious call to the wordexp( ) function.
RETURN VALUES
None.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: wordexp(3).
527187-017 Hewlett-Packard Company 873