putchar_unlocked
#define putchar_unlocked(x) putc_unlocked(x, stdout)
#undef putchar_unlocked
putchar_unlocked(int ch)