*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: puts | Section: 3 | Source: UNIX v7 | File: puts.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(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)

Navigation Options