1PUTC(3F) PUTC(3F)
2
3
4
6 putc, fputc - write a character to a fortran logical unit
7
9 integer function putc (char)
10 character char
11
12 integer function fputc (lunit, char)
13 character char
14
16 These funtions write a character to the file associated with a fortran
17 logical unit bypassing normal fortran I/O. Putc writes to logical unit
18 6, normally connected to the control terminal output.
19
20 The value of each function will be zero unless some error occurred; a
21 system error code otherwise. See perror(3F).
22
24 /usr/lib/libU77.a
25
27 putc(3S), intro(2), perror(3F)
28
29
30
314.2 Berkeley Distribution May 15, 1985 PUTC(3F)