[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume 2

wordfree Subroutine

Purpose

Frees all memory associated with the Pwordexp parameter.

Library

Standard C Library (libc.a)

Syntax

#include <wordexp.h>
void wordfree (Pwordexp)
wordexp_t *Pwordexp;

Description

The wordfree subroutine frees any memory associated with the Pwordexp parameter from a previous call to the wordexp subroutine.

Parameters

Pwordexp Structure containing a list of expanded words.

Implementation Specifics

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

Related Information

The wordexp subroutine.


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