On 07/24/2009 02:06 PM, Martin Guy wrote:
The source of gcc uses both, fputc and putc. I would like to do some janitorial work and change fputc to putc.putc and fputc have different semantics: fputc is guaranteed to be a function while putc may be a macro.
True, but does this fact matter in our case? Uros.