Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
int printf(const char * restrict format, ...);int main(void){ printf("Hello C\n"); return 0;}