Hallo das Grundgerüst für das Programm:
Code:
#include "asuro.h"

int main(void)
{
   Init();
   
   while(1)//Endlosschleife!!!
   {
      //hier der Programmcode rein!!!

      return 0;
   }//Ende while

}
Gruss
Markus