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

RELATED TO optionVersion…