1optionMemberList(3) Programmer's Manual optionMemberList(3)
2
3
4
6 optionMemberList - Get the list of members of a bit mask set
7
8
10 #include <your-opts.h>
11 cc [...] -o outfile infile.c -lopts [...]
12
13 char * optionMemberList(tOptDesc * od);
14
15
17 This converts the OPT_VALUE_name mask value to a allocated string. It
18 is the caller's responsibility to free the string.
19
20 od the set membership option description
21
22
24 the names of the set bits
25
27 The info documentation for the -lopts library.
28 ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), option‐
29 FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
30 optionLoadLine(3), optionNextValue(3), optionOnlyUsage(3), optionPrint‐
31 Version(3), optionPrintVersionAndReturn(3), optionProcess(3), optionRe‐
32 store(3), optionSaveFile(3), optionSaveState(3), optionUnloadNested(3),
33 optionVersion(3), strequate(3), streqvcmp(3), streqvmap(3),
34 strneqvcmp(3), strtransform(3),
35
36
37
38 2023-07-19 optionMemberList(3)