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

wordfree()

Free a word expansion buffer

Synopsis:

#include <wordexp.h>

woid wordfree( wordexp_t * pwordexp );

Library:

libc

Description:

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

Classification:

POSIX 1003.1a

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

See also:

glob(), globfree(), wordexp()


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