putc
#undef putc
#define putc(c, file) outc(c, file)
#define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp))
#undef putc
putc(int c, FILE *fp)
putc(int c)
putc(int c)