Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ putc(3spp) — UMIPS/BSD System Programmer's Package 2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getc(3spp)

puts(3spp)

printf(3spp)

PUTC(3spp)

NAME

putc, putchar − put character to descriptor

SYNOPSIS

#include <saio/saioctl.h>

int putc(c, descriptor)
char c;
int descriptor;

int putchar(c)

DESCRIPTION

Putc appends the character c to the named output descriptor. It returns the character written.

Putchar(c) is defined as putc(c, 1). 

SEE ALSO

getc(3spp), puts(3spp), printf(3spp),

DIAGNOSTICS

These functions return the constant EOF upon error. 

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