Go to the source code of this file.
Definition at line 1 of file main.cxx.
References init(), loop(), and setup().
00002 { 00003 init(); 00004 00005 setup(); 00006 00007 for (;;) 00008 loop(); 00009 00010 return 0; 00011 }