ffppuuttss() -- STDIO Function (libc)

Write string into file 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tss(_s_t_r_i_n_g, _f_p)
cchhaarr *_s_t_r_i_n_g; FFIILLEE *_f_p;

ffppuuttss() writes  _s_t_r_i_n_g into the  file stream pointed  to by _f_p.  Unlike its
cousin ppuuttss(), it does not append a newline character to the end of _s_t_r_i_n_g.

ffppuuttss() returns  a nonnegative value  on success and  EEOOFF if a  write error
occurs.

_E_x_a_m_p_l_e
For an example of this function, see the entry for ffrreeooppeenn().

_S_e_e _A_l_s_o
lliibbcc, ppuuttss()
ANSI Standard, section 7.9.7.4
POSIX Standard, section 8.1
