optionVersion (3) - Linux Manuals

optionVersion: return the compiled AutoOpts version number

NAME

optionVersion - return the compiled AutoOpts version number

SYNOPSIS

#include <your-opts.h>
cc [...] -o outfile infile.c -lopts [...]

char const* optionVersion(void);

DESCRIPTION

Returns the full version string compiled into the library. The returned string cannot be modified.

RETURN VALUE

the version string in constant memory