Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
Is there a problem with stdio.h? Or is it just gets()?When I use gets() the compiler throws a warning #2018: Undeclared function 'gets;' assuming 'extern' returning 'int'.
CompatibilityThe most recent revision of the C standard (2011) has definitively removed this function from its specification.The function is deprecated in C++ (as of 2011 standard, which follows C99+TC3).