fputs man page on IRIX

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



PUTS(3S)							      PUTS(3S)

NAME
     puts, fputs - put a string on a stream

SYNOPSIS
     #include <stdio.h>

     int puts (const char *s);

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

DESCRIPTION
     puts writes the null-terminated string pointed to by s ,followed by a
     new-line character, to the standard output stream stdout.

     fputs writes the null-terminated string pointed to by s to the named
     output stream.

     Neither function writes the terminating null character.

SEE ALSO
     exit(2), lseek(2), write(2), abort(3C), fclose(3S), ferror(3S),
     fopen(3S), fread(3S), printf(3S), putc(3S), stdio(3S).

DIAGNOSTICS
     On success both routines return the number of characters written;
     otherwise they return EOF. This will happen if the routines try to write
     on a file that has not been opened for writing.

NOTES
     puts appends a new-line character while fputs does not.

									Page 1

[top]

List of man pages available for IRIX

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