|
CNDP
22.08.0
|
Go to the source code of this file.
Macros | |
| #define | CNE_VERSION_NUM(a, b, c, d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) |
| #define | CNE_VERSION |
Functions | |
| static const char * | cne_version (void) |
Definitions of CNDP version numbers
Definition in file cne_version.h.
| #define CNE_VERSION_NUM | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | ((a) << 24 | (b) << 16 | (c) << 8 | (d)) |
Macro to compute a version number usable for comparisons
Definition at line 26 of file cne_version.h.
| #define CNE_VERSION |
All version numbers in one define to compare with CNE_VERSION_NUM()
Definition at line 32 of file cne_version.h.
|
inlinestatic |