C-Pluff C API  0.2.0
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

◆ CP_VERSION

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

◆ CP_VERSION_MAJOR

#define CP_VERSION_MAJOR

The major version number component of the release version.

This is an integer.

◆ CP_VERSION_MINOR

#define CP_VERSION_MINOR

The minor version number component of the release version.

This is an integer.


Generated on Fri May 1 2020 01:06:58 for C-Pluff C API by doxygen 1.8.13