1optionUnloadNested(3)         Programmer's Manual        optionUnloadNested(3)
2
3
4

NAME

6       optionUnloadNested - Deallocate the memory for a nested value
7
8

SYNOPSIS

10       #include <your-opts.h>
11       cc [...] -o outfile infile.c -lopts [...]
12
13       void optionUnloadNested(tOptionValue const * pOptVal);
14
15

DESCRIPTION

17       A  nested  value needs to be deallocated.  The pointer passed in should
18       have been gotten from a call to configFileLoad()  (See  @pxref{libopts-
19       configFileLoad}).
20
21       pOptVal
22              the hierarchical value
23

SEE ALSO

25       The info documentation for the -lopts library.
26       ao_string_tokenize(3),  configFileLoad(3),  optionFileLoad(3),  option‐
27       FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
28       optionLoadLine(3),  optionNextValue(3),  optionOnlyUsage(3), optionPro‐
29       cess(3),   optionRestore(3),   optionSaveFile(3),   optionSaveState(3),
30       optionVersion(3),   pathfind(3),   strequate(3),   streqvcmp(3),  stre‐
31       qvmap(3), strneqvcmp(3), strtransform(3),
32
33
34
35                                  2008-02-27             optionUnloadNested(3)
Impressum