Since http://www.smorgasbordet.com/pellesc/ seems to be offline, you can find the Download of Pelles C here in this Forum.
#include <stdio.h>int main(void){ printf("Hallo Welt\n"); return 0;}
First Test - http://robotik.ccFirst Code:Code: [Select]#include <stdio.h>int main(void){ printf("Hallo Welt\n"); return 0;}