Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ puts(3S) — Kubota Pacific 4.2 System Software

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ferror(3S)

fopen(3S)

gets(3S)

printf(3S)

putc(3S)

fread(3S)

PUTS(3S)  —  Kubota Pacfic Computer Inc. (Standard I/O Library Functions−BSD)

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

ferror(3S), fopen(3S), gets(3S), printf(3S), putc(3S)
fread(3S) for fwrite

BUGS

puts appends a newline, fputs does not, all in the name of backward compatibility. 

September 02, 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026