1optionUnloadNested(3) Programmer's Manual optionUnloadNested(3)
2
3
4
6 optionUnloadNested - Deallocate the memory for a nested value
7
8
10 #include <your-opts.h>
11 cc [...] -o outfile infile.c -lopts [...]
12
13 void optionUnloadNested(tOptionValue const * pOptVal);
14
15
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
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), optionMemberList(3), optionNextValue(3), optionOn‐
29 lyUsage(3), optionPrintVersion(3), optionPrintVersionAndReturn(3), op‐
30 tionProcess(3), optionRestore(3), optionSaveFile(3), optionSaveS‐
31 tate(3), optionVersion(3), strequate(3), streqvcmp(3), streqvmap(3),
32 strneqvcmp(3), strtransform(3),
33
34
35
36 2023-07-19 optionUnloadNested(3)