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

Technical Reference: Base Operating System and Extensions, 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.

Related Information

The wordexp (wordexp Subroutine) subroutine.

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