putchar_unlocked
#define putchar_unlocked(c) putc_unlocked(c, stdout)
#undef putchar_unlocked
putchar_unlocked(int c)