1strequate(3)                  Programmer's Manual                 strequate(3)
2
3
4

NAME

6       strequate - map a list of characters to the same value
7
8

SYNOPSIS

10       #include <your-opts.h>
11       cc [...] -o outfile infile.c -lopts [...]
12
13       void strequate(char const* ch_list);
14
15

DESCRIPTION

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

ERRORS

26       none.
27

SEE ALSO

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),  optionMemberList(3),  optionNextValue(3), optionOn‐
33       lyUsage(3),  optionProcess(3),   optionRestore(3),   optionSaveFile(3),
34       optionSaveState(3),   optionUnloadNested(3),   optionVersion(3),  stre‐
35       qvcmp(3), streqvmap(3), strneqvcmp(3), strtransform(3),
36
37
38
39                                  2014-06-10                      strequate(3)
Impressum