![]() |
![]() |
![]() |
libatrildocument Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define EV_CHECK_VERSION (major, minor, micro) #define EV_MAJOR_VERSION #define EV_MICRO_VERSION #define EV_MINOR_VERSION
#define EV_CHECK_VERSION(major,minor,micro)
Macro to check the library version at compile time.
It returns 1
if the version of EV is greater or
equal to the required one, and 0
otherwise.
|
required major version |
|
required minor version |
|
required micro version |
#define EV_MAJOR_VERSION (1)
The major version number of the EV library (e.g. in version 3.1.4 this is 3).
#define EV_MICRO_VERSION (1)
The micro version number of the EV library (e.g. in version 3.1.4 this is 4).