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 re‐
18       turned 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),  optionPrintVersion(3), optionPrintVersionAndReturn(3), op‐
30       tionProcess(3),   optionRestore(3),   optionSaveFile(3),   optionSaveS‐
31       tate(3),   optionUnloadNested(3),   strequate(3),  streqvcmp(3),  stre‐
32       qvmap(3), strneqvcmp(3), strtransform(3),
33
34
35
36                                  2022-07-20                  optionVersion(3)
Impressum