diff options
Diffstat (limited to 'static/unix-v10/man3/setfil.3')
| -rw-r--r-- | static/unix-v10/man3/setfil.3 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/unix-v10/man3/setfil.3 b/static/unix-v10/man3/setfil.3 new file mode 100644 index 00000000..3bcbea96 --- /dev/null +++ b/static/unix-v10/man3/setfil.3 @@ -0,0 +1,34 @@ +.th SETFIL III 10/29/73 +.sh NAME +setfil \*- specify Fortran file name +.sh SYNOPSIS +.ft B +call setfil ( \fRunit\fB, \fRhollerith-string\fB ) +.ft R +.sh DESCRIPTION +.it Setfil +provides a primitive way to associate +an integer I/O +.it unit +number 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 to +file whose name is specified by +the string. +.s3 +.it Setfil +should be called only before any I/O has been done on the +.it unit, +or just after doing a +.bd rewind +or +.bd endfile. +It is ineffective for unit numbers 5 and 6. +.sh "SEE ALSO" +fc (I) +.sh BUGS +There is still no way to receive a file name +or other argument from the command line. +Also, the exclusion of units 5 and 6 is +unwarranted. |
