1strequate(3) Programmer's Manual strequate(3)
2
3
4
6 strequate - map a list of characters to the same value
7
8
10 #include <your-opts.h>
11 cc [...] -o outfile infile.c -lopts [...]
12
13 void strequate(char const* ch_list);
14
15
17 Each character in the input string get mapped to the first character in
18 the string. This function name is mapped to option_strequate so as to
19 not conflict with the POSIX name space.
20
21 ch_list
22 characters to equivalence
23
24
26 none.
27
29 The info documentation for the -lopts library.
30 ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), option‐
31 FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
32 optionLoadLine(3), optionNextValue(3), optionOnlyUsage(3), optionPro‐
33 cess(3), optionRestore(3), optionSaveFile(3), optionSaveState(3),
34 optionUnloadNested(3), optionVersion(3), pathfind(3), streqvcmp(3),
35 streqvmap(3), strneqvcmp(3), strtransform(3),
36
37
38
39 2008-02-27 strequate(3)