puts man page on UNIXv7

Man page or keyword search:  
man Server   300 pages
apropos Keyword Search (all sections)
Output format
UNIXv7 logo
[printable version]

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)
[top]

List of man pages available for UNIXv7

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net