1optionPrintVersion(3) Programmer's Manual optionPrintVersion(3)
2
3
4
6 optionPrintVersion - Print the program version
7
8
10 #include <your-opts.h>
11 cc [...] -o outfile infile.c -lopts [...]
12
13 void optionPrintVersion(tOptions * opts, tOptDesc * od);
14
15
17 This routine will print the version to stdout.
18
19 opts program options descriptor
20
21 od the descriptor for this arg
22
24 The info documentation for the -lopts library.
25 ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), option‐
26 FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
27 optionLoadLine(3), optionMemberList(3), optionNextValue(3), optionOn‐
28 lyUsage(3), optionPrintVersionAndReturn(3), optionProcess(3), optionRe‐
29 store(3), optionSaveFile(3), optionSaveState(3), optionUnloadNested(3),
30 optionVersion(3), strequate(3), streqvcmp(3), streqvmap(3),
31 strneqvcmp(3), strtransform(3),
32
33
34
35 2022-07-20 optionPrintVersion(3)