Nut/OS  4.10.3
API Reference
version.c File Reference
#include <sys/version.h>
Include dependency graph for version.c:

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.

Define Documentation

#define NUM2STR (   x)    #x

Definition at line 258 of file version.c.

#define OS_VERSION_STRING (   a,
  b,
  c,
 
)    NUM2STR(a) "." NUM2STR(b) "." NUM2STR(c) "." NUM2STR(d)

Definition at line 259 of file version.c.