Preprocessor macro definitions for the glview.h header file in the libglview library.
#define GLVIEW_VERSION (1000001)The version of the library.
The version number is determined as follows: (Major * 1000000) + (Minor * 1000) + Patch
See also:
#define GLVIEW_VERSION_STRING "1.0.1"The string version of the library.
See also:
#define GLVIEW_SUCCESS (0)A return code that indicates that a function completed successfully.
#define GLVIEW_FAILURE (-1)A return code that indicates that a function did not complete successfully.
Generally, check errno for a reason.