ppuuttcchhaarr() -- STDIO Function (libc)

Write a character onto the standard output
#iinncclluuddee <ssttddiioo.hh>
iinntt ppuuttcchhaarr(_c)
cchhaarr _c;

ppuuttcchhaarr()  is  a  macro that  expands  to  ppuuttcc(_c,  ssttddoouutt).   It writes  a
character onto the standard output.

_E_x_a_m_p_l_e
For an example of this routine, see the entry for ggeettcchhaarr().

_S_e_e _A_l_s_o
ffppuuttcc(), lliibbcc, ppuuttcc()
ANSI Standard, section 7.9.7.9
POSIX Standard, section 8.1

_D_i_a_g_n_o_s_t_i_c_s
ppuuttcchhaarr() returns EEOOFF when a write error occurs.

_N_o_t_e_s
Because ppuuttcchhaarr() is  a macro, arguments with side effects  may not work as
expected.
