PUTS(3S) COMMAND REFERENCE PUTS(3S)
NAME
puts, fputs - put a string on a stream
SYNOPSIS
#include <stdio.h>
puts(s)
char *s;
fputs(s, stream)
char *s;
FILE *stream;
DESCRIPTION
Puts copies the null-terminated string s to the standard
output stream stdout and appends a newline character.
Fputs copies the null-terminated string s to the named
output stream.
Neither routine copies the terminal null character.
CAVEATS
Puts appends a newline, and fputs does not, all in the name
of backward compatibility.
SEE ALSO
fopen(3s), gets(3s), putc(3s), printf(3s), ferror(3s)
fread(3s).
Printed 10/17/86 1
%%index%%
na:72,74;
sy:146,556;
de:702,421;
ca:1123,202;
se:1325,233;
%%index%%000000000093