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_CHECK_VERSION(major,minor,micro)
Evaluates to TRUE
if the version of the Mx library is greater
than major
, minor
and micro
#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)
#define MX_VERSION_S "1.4.7"
The full version of the Mx library, in string form (suited for string concatenation)