globfree [ MPE/iX Developer's Kit Reference Manual Volume I ] MPE/iX 5.0 Documentation
MPE/iX Developer's Kit Reference Manual Volume I
globfree
Release data created by glob().
Syntax
#include <glob.h>
void globfree(glob_t *paths);
Parameters
paths is a glob_t structure used in a previous call to glob().
Description
globfree() frees any memory allocated in connection with the paths
structure. Typically, this gets rid of any space that a call to glob()
allocated to hold a path name list.
Errors
None.
See Also
glob()
MPE/iX 5.0 Documentation