optionMemberList (3) Linux Manual Page
optionMemberList – Get the list of members of a bit mask set Synopsis #include <your-opts.h> cc[…] – o outfile infile.c – lopts[…] char *optionMemberList(tOptDesc *od); Description This converts the OPT_VALUE_name mask value to a allocated string. It is the caller’s responsibility to free the string. od the set membership option description Return Value the names…
