version.c File Reference

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

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.


© 2000-2010 by contributors - visit http://www.ethernut.de/