index
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 13 行
TXT
13 行
This directory contains the machine independent parts of theportable C compiler. For more explanation of how these filesare used, see the "Tour through the Portable C Compiler"in Volume 2 of the UNIX(TM) documentation.The makefile in this directory is useful when makeing a compiler;create a directory, copy the makefile into it, write themachine dependent files, and you are off and running. The file gis a useful aid for finding out when things are used.The pcc command (see the pcc source) uses this makefile andthe files in this directory. Lint also uses the files.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?