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

globfree

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

Feedback to webmaster