29#define LIBADVGETOPT_VERSION_MAJOR @LIBADVGETOPT_VERSION_MAJOR@
30#define LIBADVGETOPT_VERSION_MINOR @LIBADVGETOPT_VERSION_MINOR@
31#define LIBADVGETOPT_VERSION_PATCH @LIBADVGETOPT_VERSION_PATCH@
32#define LIBADVGETOPT_VERSION_STRING "@LIBADVGETOPT_VERSION_MAJOR@.@LIBADVGETOPT_VERSION_MINOR@.@LIBADVGETOPT_VERSION_PATCH@"
34#define LIBADVGETOPT_COMPILER_VERSION "@ADVGETOPT_COMPILER_VERSION@"
The advgetopt environment to parse command line options.
int get_major_version()
Get the major version of the library.
int get_patch_version()
Get the patch version of the library.
int get_release_version()
Get the release version of the library.
char const * get_version_string()
Get the full version of the library as a string.