Open System Services Library Calls Reference Manual (G06.28+, H06.05+)
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
H-series OSS processes: /G/system/zdllnnn/zossedll
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-007 Hewlett-Packard Company 8−57