Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
// main.c #include "file1.h"int main(void){ return 0;}
// file1.h#include "file2.h"
// file2.h#include "file1.h"