1strtransform(3) Programmer's Manual strtransform(3)
2
3
4
6 strtransform - convert a string into its mapped-to value
7
8
10 #include <your-opts.h>
11 cc [...] -o outfile infile.c -lopts [...]
12
13 void strtransform(char* dest, char const* src);
14
15
17 Each character in the input string is mapped and the mapped-to charac‐
18 ter is put into the output. This function name is mapped to
19 option_strtransform so as to not conflict with the POSIX name space.
20
21 dest output string
22
23 src input string
24
25
27 none.
28
30 The info documentation for the -lopts library.
31 ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), option‐
32 FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
33 optionLoadLine(3), optionNextValue(3), optionOnlyUsage(3), optionPro‐
34 cess(3), optionRestore(3), optionSaveFile(3), optionSaveState(3),
35 optionUnloadNested(3), optionVersion(3), pathfind(3), strequate(3),
36 streqvcmp(3), streqvmap(3), strneqvcmp(3),
37
38
39
40 2009-08-10 strtransform(3)