globfree()

free space allocated by glob() 

Function


SYNOPSIS

#include <glob.h>

void globfree(glob_t *pglob);


DESCRIPTION

The globfree() function frees any space associated with pglob from a previous call to glob().


PARAMETERS

pglob 

Points to the structure that the caller created.


RETURN VALUES

None.


CONFORMANCE

POSIX.2 (1992).


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
glob()


PTC MKS Toolkit 10.4 Documentation Build 39.