#include <sys/version.h>
Go to the source code of this file.
Defines | |
| #define | NUM2STR(x) #x |
| #define | OS_VERSION_STRING(a, b, c, d) NUM2STR(a) "." NUM2STR(b) "." NUM2STR(c) "." NUM2STR(d) |
Functions | |
| uint32_t | NutVersion (void) |
| Return Nut/OS version. | |
| CONST char * | NutVersionString (void) |
| Return Nut/OS version string. | |