Name: Anonymous 2016-11-17 14:54
return(EXIT_SUCCESS)
And I don't care if you don't like it. It doesn't violate the standard. All you
return EXIT_SUCCESS
jerks can suck it. return(EXIT_SUCCESS)
return EXIT_SUCCESS
jerks can suck it. GCC will exist since linux and most of open-source depending on it. Why you hate GNU/Freedom?it's not about hate, it's about portability. I generally prefer writing standards-conforming code than implementation-specific one, independent of language I'm using. a key thing to remember is that you're not always writing a code for yourself: in a 1000 years, another /prog/rider might want to compile it on a 4678-bit quantum microcontroller running NeoTempleOS.
C preprocessor forbids recursion and attempts to circumvent it result in slow processing and inability to nest anything safelyhow about more powerful text-replacement macro languages? have you tried M4?