Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

putc(3s)

intro(2)

perror(3f)



PUTC(3F)                COMMAND REFERENCE                PUTC(3F)



NAME
     putc, fputc - write a character to a FORTRAN logical unit

SYNOPSIS
     integer function putc (char)
     character char

     integer function fputc (lunit, char)
     integer lunit
     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.  Fputc writes to logical unit lunit, which
     must be opened for output.

     The value of each function will be zero unless some error
     occurred; it is a system error code otherwise.  The value 0
     indicates no error occurred on the write.  See perror(3f).

FILES
     /usr/lib/libU77.a
                    f77 UTek system interface library.

RETURN VALUE
     The value of each function will be 0 unless some error
     occurred; a system error code otherwise.  The value0
     indicates no error occurred on the write.  See perror(3f).

SEE ALSO
     putc(3s), intro(2), and perror(3f).






















Printed 5/12/88                                                 1



%%index%%
na:264,109;
sy:373,1176;
de:1549,725;
fi:2274,191;
rv:2465,322;
se:2787,163;
%%index%%000000000110

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