_IO_putwc_unlocked
result = _IO_putwc_unlocked (wc, fp);
return _IO_putwc_unlocked (wc, fp);
result = _IO_putwc_unlocked (wc, fp);
return _IO_putwc_unlocked (wc, fp);
result = _IO_putwc_unlocked (wc, _IO_stdout);
return _IO_putwc_unlocked (wc, _IO_stdout);
? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
# define PUTC(C, F) _IO_putwc_unlocked (C, F)