putc_unlocked
#define putc_unlocked(x, fp) __sputc(x, fp)
#undef putc_unlocked
putc_unlocked(int c, FILE *fp)