PUTS(3) 1989 PUTS(3) NNAAMMEE puts, fputs - put a string on a stream SSYYNNOOPPSSIISS ##iinncclluuddee <> ppuuttss((ss)) cchhaarr **ss;; ffppuuttss((ss,, ssttrreeaamm)) cchhaarr **ss;; FFIILLEE **ssttrreeaamm;; DDEESSCCRRIIPPTTIIOONN _P_u_t_s copies the null-terminated string _s to the standard output stream ssttddoouutt and appends a newline character. _F_p_u_t_s copies the null-terminated string _s to the named out- put _s_t_r_e_a_m. Neither routine copies the terminal null character. SSEEEE AALLSSOO fopen(3), gets(3), putc(3), printf(3), ferror(3) fread(3) for _f_w_r_i_t_e BBUUGGSS _P_u_t_s appends a newline, _f_p_u_t_s does not, all in the name of backward compatibility. Printed 7/27/90 April 1