

fputs()                       STDIO                       fputs()




Write string into file stream

#iinncclluuddee <ssttddiioo.hh>
vvooiidd 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;

fputs  writes  string into  the  file stream  pointed  to by  fp.
Unlike its cousin puts, it does not append a newline character to
the end of string.

fputs returns nothing.

***** Example *****

For an example of this function, see the entry for ffrreeooppeenn.

***** See Also *****

puts(), STDIO






































COHERENT Lexicon                                           Page 1


