SYNOPSIS

#include <your-opts.h>

cc [...] -o outfile infile.c -lopts [...]

void optionUnloadNested(tOptionValue const * pOptVal);

DESCRIPTION

A nested value needs to be deallocated. The pointer passed in should have been gotten from a call to configFileLoad() (See @pxref{libopts-configFileLoad}).

pOptVal

the hierarchical value

RELATED TO optionUnloadNested…