ultrix man page for puts

Query: puts

OS: ultrix

Section: 3s

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

puts(3s)																  puts(3s)

Name
       puts, fputs - put a string on a stream

Syntax
       #include <stdio.h>

       puts(s)
       char *s;

       fputs(s, stream)
       char *s;
       FILE *stream;

Description
       The subroutine copies the null-terminated string s to the standard output stream stdout and appends a new line character.

       The subroutine copies the null-terminated string s to the named output stream.

       Neither routine copies the terminal null character.

Restrictions
       The subroutine appends a new line, while does not.

See Also
       fopen(3s), gets(3s), putc(3s), printf(3s), ferror(3s) fread(3s)

																	  puts(3s)
Related Man Pages
fputs(3c) - opensolaris
puts(3c) - opensolaris
fputs(3) - redhat
putchar(3) - redhat
fputc(3) - debian
Similar Topics in the Unix Linux Community
Automated FTP task
Please give your inputs !!!!
limiting data inputs for the user
Perl script for taking inputs from one script and storing them into a document.
Need a shell script which takes two inputs and copy the files from one directory to other