man optionVersion (Fonctions bibliothèques) - 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 [...] const char* 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

SEE ALSO