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


7.6.32.20 strequate

map a list of characters to the same value

Usage:

strequate( ch_list );

Where the arguments are:

NameTypeDescription
—–—–————-
ch_listchar const *characters to equivalence

Each character in the input string get mapped to the first character in the string. This function name is mapped to option_strequate so as to not conflict with the POSIX name space.

none.