Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ putc(3F) — Sun WorkShop 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

putc(3S)

intro(2)

perror(3F)

PUTC(3F)  —  FORTRAN LIBRARY ROUTINES

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 functions 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

libF77.a

SEE ALSO

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

Sun Release 4.1  —  Last change: 12 June 1990

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