⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rc.1

📁 UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱昂氏unix源代码分析都是用的该版
💻 1
字号:
.th RC I 5/15/74.sh NAMErc \*- Ratfor compiler.sh SYNOPSIS.bd rc[.bd \*-c] [.bd \*-r] [.bd \*-f] [.bd \*-v] file ....sh DESCRIPTION.it Rcinvokes the Ratfor preprocessor on a set of Ratfor source files.It accepts three types of arguments:.s3Arguments whose names end with `.r' are taken to beRatfor source programs; they are preprocessed into Fortran and compiled.Each subroutine or function `name' is placed on a separate file.it name.f,and its object code is left on.it name.o.The main routine is on.it MAIN.fand.it MAIN.o;block data subprograms go on.it blockdata?.fand.it blockdata?.o.The files resulting from a `.r' file areloaded into a single object file.it file.o,and the intermediate object and Fortran files are removed..s3The following flags are interpreted by.it rc.See.it "ld (I)"for load-time flags..s3.lp +6 5\fB\*-c\fR	Suppresses the loading phase of the compilation,as does any error in anything..s3.lp +6 5\fB\*-f\fR	Save Fortran intermediate files.This is primarily for debugging..s3.lp +6 5\fB\*-r\fR	Ratfor only; don't try to compile the Fortran.This implies.bd \*-fand.bd \*-c..s3.lp +6 5\fB\*-v\fR	Don't list intermediate file names while compiling..i0.dt.s3Arguments whose names end with `.f' are taken to beFortran source programs;they are compiled in the normal manner.(Only one Fortran routine is allowed in a `.f' file.)Other argumentsare takento be either loader flag arguments, or Fortran-compatibleobject programs, typically produced by an earlier.it rcrun,or perhaps libraries of Fortran-compatible routines.These programs, together with the results of anycompilations specified, are loadedto produce an executable program with name.bd a.out..i0.sh FILESratjunk		temporary.br/usr/bin/ratfor	preprocessor.br/usr/fort/fc1	Fortran compiler.sh "SEE ALSO"``RATFOR \*- A Rational Fortran''..brfc(I) for Fortran error messages..sh DIAGNOSTICSYes, both from.it rcitself and from Fortran..sh BUGSLimit of about 50 arguments, 10 block data files..s3#define and #include lines in``.f'' files are not processed.

⌨️ 快捷键说明

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