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

NAME

6       optionVersion - return the compiled AutoOpts version number
7
8

SYNOPSIS

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

DESCRIPTION

17       Returns  the  full  version  string  compiled  into  the  library.  The
18       returned string cannot be modified.
19
20

RETURN VALUE

22       the version string in constant memory
23

SEE ALSO

25       The info documentation for the -lopts library.
26       ao_string_tokenize(3),  configFileLoad(3),  optionFileLoad(3),  option‐
27       FindNextValue(3), optionFindValue(3), optionFree(3), optionGetValue(3),
28       optionLoadLine(3), optionMemberList(3),  optionNextValue(3),  optionOn‐
29       lyUsage(3),   optionProcess(3),   optionRestore(3),  optionSaveFile(3),
30       optionSaveState(3), optionUnloadNested(3), strequate(3),  streqvcmp(3),
31       streqvmap(3), strneqvcmp(3), strtransform(3),
32
33
34
35                                  2014-06-10                  optionVersion(3)
Impressum