HPlogo MPE/iX Developer's Kit Reference Manual Volume I: HP 3000 MPE/iX Computer Systems > Chapter 4  POSIX/iX Library Function Descriptions

wordfree

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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()

Feedback to webmaster