ffppuuttww() -- STDIO Function (libc)

Write an integer into a stream
#iinncclluuddee <ssttddiioo.hh>
iinntt ffppuuttww(_w_o_r_d, _f_p)
iinntt _w_o_r_d; FFIILLEE *_f_p;

ffppuuttww() writes _w_o_r_d into the file  stream pointed to by _f_p, and returns the
value written.

_E_x_a_m_p_l_e
For an example of this function, see the entry for ffeerrrroorr().

_S_e_e _A_l_s_o
ffggeettww(), lliibbcc

_D_i_a_g_n_o_s_t_i_c_s
ffppuuttww() returns EEOOFF when an error occurs.  A call to ffeerrrroorr() or ffeeooff() may
be needed to distinguish this value from a valid end-of-file signal.
