putc.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 34 行

3F
34
字号
.\" SCCSID: @(#)putc.3f	8.1	9/11/90.TH putc 3f VAX "" Unsupported.SH Nameputc, fputc \- write a character to a FORTRAN logical unit.SH Syntax.B integer function putc (char).br.B character char.sp 1.B integer function fputc (lunit, char).br.B character char.SH Description.NXR "putc subroutine (FORTRAN)".NXR "fputc subroutine (FORTRAN)".NXR "FORTRAN logical unit" "writing character to"These functions write a characterto the file associated with a FORTRAN logicalunit bypassing normal FORTRAN I/O.The.PN putcroutine writes to logical unit 6, normally connected to the control terminal output..PPThe value of each function will be zero unless some error occurred;a system error code otherwise. For further information, see .MS perror 3f ..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsointro(2), perror(3f), putc(3s)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?