putchar
#define putchar(c) fputc(stdout, c)
putchar(int character)
putchar (int __c)
#undef putchar
putchar (c)
void putchar() {}
void putchar() {}