Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.9 optionMemberList

Get the list of members of a bit mask set

Usage:

char * res = optionMemberList( od );

Where the arguments are:

NameTypeDescription
—–—–————-
odtOptDesc *the set membership option description
returnschar *the names of the set bits

This converts the OPT_VALUE_name mask value to a allocated string. It is the caller’s responsibility to free the string.