C-Pluff C API  0.1.4
Macros
Version information

C-Pluff version information. More...

Macros

#define CP_VERSION
 The C-Pluff release version string. More...
 
#define CP_VERSION_MAJOR
 The major version number component of the release version. More...
 
#define CP_VERSION_MINOR
 The minor version number component of the release version. More...
 

Detailed Description

C-Pluff version information.

Notice that this version information is static version information included in header files. The macros introduced here can be used for compile time checks.

Macro Definition Documentation

#define CP_VERSION

The C-Pluff release version string.

This string identifies a specific version of the C-Pluff distribution. Compile time software compatibility checks should use CP_VERSION_MAJOR and CP_VERSION_MINOR instead.

#define CP_VERSION_MAJOR

The major version number component of the release version.

This is an integer.

#define CP_VERSION_MINOR

The minor version number component of the release version.

This is an integer.


Generated on Fri Jan 1 2016 23:17:02 for C-Pluff C API by doxygen 1.8.6