5 Nov
2007
5 Nov
'07
4:40 p.m.
On 11/5/07, Dan McGee <dpmcgee@gmail.com> wrote:
And there is no need to use puts/fputs if you just use a format string correctly: printf("%s", stringtoprint) instead of printf(stringtoprint), as far as I know.
Yeah, that works too - f/puts() is just a little cheaper of a call, but that's me being snarky. I tend to use "++i" because it has the potential to be equal to "i++" or _one_ clock cycle faster 8)