empty_main.c

Go to the documentation of this file.
00001 
00040 int main(void)
00041 {
00042         for(;;)
00043         {
00044         }
00045 
00046         return 0;
00047 }