[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1

globfree Subroutine

Purpose

Frees all memory associated with the pglob parameter.

Library

Standard C Library (libc.a)

Syntax

#include <glob.h>


void globfree ( pglob)
glob_t *pglob;

Description

The globfree subroutine frees any memory associated with the pglob parameter due to a previous call to the glob subroutine.

Parameters

pglob Structure containing the results of a previous call to the glob subroutine.

Related Information

The glob (glob Subroutine) subroutine.

National Language Support Overview in AIX 5L Version 5.2 National Language Support Guide and Reference.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]