[ Previous | Next | Table of 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.

Implementation Specifics

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

Related Information

The wordexp (wordexp Subroutine) subroutine.


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