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), and
fread(3s).
Printed 3/13/89 1
%%index%%
na:264,90;
sy:354,848;
de:1202,501;
ca:1703,266;
se:1969,266;
%%index%%000000000095