1 .\" @(#)puts.3s 6.1 (Berkeley) 5/15/85
3 .TH PUTS 3 "May 15, 1985"
6 puts, fputs \- put a string on a stream
12 int puts(char *\fIs\fP)
13 int fputs(char *\fIs\fP, FILE *\fIstream\fP)
18 copies the null-terminated string
20 to the standard output stream
26 copies the null-terminated string
31 Neither routine copies the terminal null character.
43 does not, all in the name of backward compatibility.