| Top |
| #define | MX_MAJOR_VERSION |
| #define | MX_MINOR_VERSION |
| #define | MX_MICRO_VERSION |
| #define | MX_VERSION_HEX |
| #define | MX_CHECK_VERSION() |
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 (4)
The minor version of the Mx library (2, if version is 1.2.3)
#define MX_MICRO_VERSION (7)
The micro version of the Mx library (3, if version is 1.2.3)