[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
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.


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]