On Thu, Dec 19, 2013 at 02:39:21PM +0100, Roberto E. Vargas Caballero wrote: > You only have to use putchar for every character (except in the case > of the format specifiers), and then you don't need the enp pointer, or > am I missing something else?
That's what I did at first, but I forgot the exact reason why I changed it :P I probably found kind of wasteful to call putchar() for every character, but then again, it probably doesn't matter since arguments for printf usually aren't that long.