29#define     LIBADVGETOPT_VERSION_MAJOR  2 
   30#define     LIBADVGETOPT_VERSION_MINOR  0 
   31#define     LIBADVGETOPT_VERSION_PATCH  49 
   32#define     LIBADVGETOPT_VERSION_STRING "2.0.49" 
   34#define     LIBADVGETOPT_COMPILER_VERSION   "g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0" 
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.