Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wordfree

Media Vault

Software Library

Restoration Projects

Artifacts Sought

wordfree

[Previous] [Contents] [Index] [Next]

wordfree()

Free a word expansion buffer

Synopsis:

#include <wordexp.h>

void wordfree( wordexp_t * pwordexp );

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.


Note: This function is in libc.a, but not in libc.so (in order to save space).

Description:

The C bindings for performing word expansions aren't currently supported.

Classification:

POSIX 1003.1

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

glob(), globfree(), wordexp()


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026