|
LispBM
|
Go to the source code of this file.
Macros | |
| #define | STR2(X) #X |
| #define | STR(X) STR2(X) |
| #define | LBM_MAJOR_VERSION 0u |
| #define | LBM_MINOR_VERSION 33u |
| #define | LBM_PATCH_VERSION 1u |
| #define | LBM_VERSION_STRING STR(LBM_MAJOR_VERSION) "." STR(LBM_MINOR_VERSION) "." STR(LBM_PATCH_VERSION) |
| #define LBM_MAJOR_VERSION 0u |
LBM major version
| #define LBM_MINOR_VERSION 33u |
LBM minor version
| #define LBM_PATCH_VERSION 1u |
LBM patch revision
| #define LBM_VERSION_STRING STR(LBM_MAJOR_VERSION) "." STR(LBM_MINOR_VERSION) "." STR(LBM_PATCH_VERSION) |
| #define STR | ( | X | ) | STR2(X) |
| #define STR2 | ( | X | ) | #X |