2.9BSD/usr/src/lib/libU77/man/putc.3f

.TH PUTC 3F
.UC
.SH NAME
putc, fputc \- write a character to a fortran logical unit
.SH SYNOPSIS
.B integer function putc (char)
.br
.B character char
.sp 1
.B integer function fputc (lunit, char)
.br
.B character char
.SH DESCRIPTION
These funtions write a character to the file associated with a fortran logical
unit bypassing normal fortran I/O.
.I Putc
writes to logical unit 6, normally connected to the control terminal output.
.PP
The value of each function will be zero unless some error occurred;
a system error code otherwise. See perror(3F).
.SH FILES
/usr/lib/libU77.a
.SH "SEE ALSO"
intro(2), perror(3F), putc(3S)