LBotics.at
Die Grundstruktur eines C-Programms besteht aus der Funktion main().
int main(){ ... return 0;}
int main()
{
...
return 0;
}