fputc(3f) bsd man page | unix.com

Man Page: fputc

Operating Environment: bsd

Section: 3f

PUTC(3F)																  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) 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
putc(3S), intro(2), perror(3F) 4.2 Berkeley Distribution May 15, 1985 PUTC(3F)
Related Man Pages
putchar_unlocked(3) - mojave
putchar(3) - mojave
putc(3) - minix
putc(3) - netbsd
putw(3) - netbsd
Similar Topics in the Unix Linux Community
Replacing tabs with spaces
Some questions for mini game
Documenting xttpd on another server (not UNIX forum related)
Processing multiple files (environment setting)
Pure C function pointer on printing vowels twice