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.
#include <your-opts.h>
cc [...] -o outfile infile.c -lopts [...]
char const * optionVersion(void);