Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ putc(3F) — UNIX 2.9BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(2)

perror(3F)

putc(3S)

PUTC(3F)  —  Unix Programmer’s Manual

NAME

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

SYNOPSIS

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.  Putc 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. See perror(3F). 

FILES

/usr/lib/libU77.a

SEE ALSO

intro(2), perror(3F), putc(3S)

7th Edition

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