Definitions in glview.h

Preprocessor macro definitions for the glview.h header file in the libglview library.

Defines:

#define GLVIEW_VERSION (1000001)
The version of the library.

The version number is determined as follows: (Major * 1000000) + (Minor * 1000) + Patch

See also:

glview_get_version()

#define GLVIEW_VERSION_STRING "1.0.1"
The string version of the library.

See also:

GLVIEW_VERSION

#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.

Library:

libglview