Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
Pelle could you please add the option '-o <outfilename>' so it's possible to use pocc with unix makefiles?Thank you very much.
cc -c -o foo.o foo.c
cc foo.c bar.c -o out.exe
cc foo.obj bar.obj lib.lib -o sample.exe