Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ putc(3spp) — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getc(3spp)

puts(3spp)

printf(3spp)



PUTC(3spp)          RISC/os Reference Manual           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.
































                         Printed 1/6/92                    Page 1



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