setfil.3

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 3 代码 · 共 33 行

3
33
字号
.th SETFIL III 10/29/73.sh NAMEsetfil \*- specify Fortran file name.sh SYNOPSIS.ft Bcall setfil ( \fRunit\fB, \fRhollerith-string\fB ).ft R.sh DESCRIPTION.it Setfilprovides a primitive way to associatean integer I/O.it unitnumber with a file named by the.it hollerith-string.The end of the file name is indicated by a blank.Subsequent I/O on this unit number will refer tothe file whose name is specified bythe string..s3.it Setfilshould be called only before any I/O has been done on the.it unit,or just after doing a.bd rewindor.bd endfile.It is ineffective for unit numbers 5 and 6..sh "SEE ALSO"fc (I).sh BUGSThe exclusion of units 5 and 6 isunwarranted.

⌨️ 快捷键说明

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