<cahute/config.h>
– Cahute configuration details¶
This header declares configuration values for the Cahute headers.
Macro definitions¶
Warning
The version macros specified here concern the headers only, as it is possible in some cases to use the headers of a version of the library with a compatible but different version of the library.
In order to get the version of the runtime library, you must use
cahute_get_info()
.
-
CAHUTE_VERSION¶
Cahute version, as a string, e.g.
"28.13"
.
-
CAHUTE_VERNUM¶
Cahute version, as a hexadecimal number with the following mask:
0xMMmm0000
Where:
MM
is the major version in hexadecimal, e.g.1c
for major version 28;mm
is the minor version in hexadecimal, e.g.0d
for minor version 13.
-
CAHUTE_MAJOR¶
Cahute major version.
-
CAHUTE_MINOR¶
Cahute minor version.