Nut/OS  4.10.3
API Reference
simple.c
Go to the documentation of this file.
00001 
00050 #include <compiler.h>
00051 
00056 int main(void)
00057 {
00058     for (;;);
00059     return 0;
00060 }