Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
int Function_A(void){ JohnFunction() ; return ;}int MyFunction(void){ Function_A() ; JohnFunction() ; return}