Version Information
[Nut/OS API]

Nut/OS version number. More...

Collaboration diagram for Version Information:

Nut/OS version number.

The version number is divided into four parts:

The following code test for version 4.0.1.

 if (NutVersion() < 0x04000100UL) {
     printf("Error: Nut/OS is too old\n");
 }

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