C-Pluff C API
0.2.0
|
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... | |
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.
#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 May 1 2020 01:06:58 for C-Pluff C API by 1.8.13