HP 3000 Manuals

wordfree [ MPE/iX Developer's Kit Reference Manual Volume I ] MPE/iX 5.0 Documentation


MPE/iX Developer's Kit Reference Manual Volume I

wordfree 

Release data created by wordexp. 

Syntax 

     #include <wordexp.h>
     void wordfree(wordexp_t *expansions);

Parameters 

expansions       Is a wordexp_t structure used in a previous call to
                 wordexp().

Description 

wordfree() frees any memory allocated in connection with the the
expansions structure.  Typically, this gets rid of any space that a call
to wordexp() allocated to hold a word expansion list.

See Also 

sh(1), wordexp()



MPE/iX 5.0 Documentation