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

Man Page: puts

Operating Environment: bsd

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(3S), gets(3S), putc(3S), printf(3S), ferror(3S) fread(3S) for fwrite
BUGS
Puts appends a newline, fputs does not, all in the name of backward compatibility. 7th Edition May 15, 1985 PUTS(3S)
Related Man Pages
putc(3) - redhat
putchar(3) - redhat
puts(3) - redhat
fputc(3) - debian
puts(3) - debian
Similar Topics in the Unix Linux Community
Please give your inputs !!!!
limiting data inputs for the user
Take 10 user inputs and output to file?
Inputs argument for sh -c
To print diamond asterisk pattern based on inputs