*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getc | Section: 3 | Source: 4.4BSD | File: getc.3
GETC(3F) GETC(3F) NAME getc, fgetc - get a character from a logical unit SYNOPSIS integer function getc (char) character char integer function fgetc (lunit, char) character char DESCRIPTION These routines return the next character from a file associated with a fortran logical unit, bypassing normal fortran I/O. Getc reads from logical unit 5, normally connected to the control terminal input. The value of each function is a system status code. Zero indicates no error occurred on the read; -1 indicates end of file was detected. A positive value will be either a UNIX system error code or an f77 I/O error code. See perror(3F). FILES /usr/lib/libU77.a SEE ALSO getc(3S), intro(2), perror(3F) 4.2 Berkeley Distribution April 30, 1991 GETC(3F)

Navigation Options