Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ fputc(3f) — Ultrix FORTRAN 1.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(2)

putc(3s)

perror(3f)

putc(3f)  —  RISC

NAME

putc, fputc − write a character to a FORTRAN logical unit

SYNTAX

integer function putc (char)
character char integer function fputc (lunit, char)
character char

DESCRIPTION

These funtions write a character to the file associated with a FORTRAN logical unit bypassing normal fortran I/O.  The putc function writes to logical unit 6, normally connected to the control terminal output.

The value of each function will be zero unless some error occurred; a system error code otherwise. 

FILES

/usr/lib/libU77.a

SEE ALSO

intro(2), putc(3s)
perror(3f) in the FORTRAN Reference Pages

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