[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, 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.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The glob subroutine.

National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]