puts(3s) v7 man page | unix.com

Man Page: puts

Operating Environment: v7

Section: 3s

PUTS(3S)																  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.
SEE ALSO
fopen(3), gets(3), putc(3), printf(3), ferror(3) fread(3) for fwrite
BUGS
Puts appends a newline, fputs does not, all in the name of backward compatibility. PUTS(3S)
Related Man Pages
fputc(3) - redhat
putchar(3) - redhat
fputs(3) - debian
putc(3) - debian
putchar(3) - debian
Similar Topics in the Unix Linux Community
Automated FTP task
read n number of inputs
Need a shell script which takes two inputs and copy the files from one directory to other
Inputs argument for sh -c
To print diamond asterisk pattern based on inputs