Top | ![]() |
![]() |
![]() |
![]() |
#define | MX_MAJOR_VERSION |
#define | MX_MINOR_VERSION |
#define | MX_MICRO_VERSION |
#define | MX_VERSION_S |
#define | MX_VERSION_HEX |
Mx offers a set of macros for checking the version of the library an application was linked to.
#define MX_MAJOR_VERSION (1)
The major version of the Mx clibrary (1 if version is 1.2.3)
#define MX_MINOR_VERSION (99)
The minor version of the Mx library (2, if version is 1.2.3)
#define MX_MICRO_VERSION (4)
The micro version of the Mx library (3, if version is 1.2.3)
#define MX_VERSION_S "1.99.4"
The full version of the Mx library, in string form (suited for string concatenation)