putc_unlocked
int putc_unlocked(int, FILE *);
#define putchar_unlocked(x) putc_unlocked(x, stdout)
putstr(putc_unlocked);
puterr(putc_unlocked);
#ifndef putc_unlocked