fputs(3s) ultrix man page | unix.com

Man Page: fputs

Operating Environment: ultrix

Section: 3s

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
puts(3) - mojave
fputs(3) - redhat
fputs(3) - debian
fputs(3c) - sunos
fputs(3) - osx
Similar Topics in the Unix Linux Community
Print specific pattern line in c++
nth date
Raw Socket Programming - Efficient Packet Sniffer
C++ getline, parse and take first tokens by condition
Ncurses status bar