optionGetValue (3) Linux Manual Page
optionGetValue – get a specific value from a hierarcical list Synopsis #include <your-opts.h> cc[…] – o outfile infile.c – lopts[…] const tOptionValue *optionGetValue(const tOptionValue *pOptValue, char const *valueName); Description This routine will find an entry in a nested value option or configurable. If "valueName" is NULL, then the first entry is returned. Otherwise, the first…
