vms-read

来自「GNU 系统开发优化 C 语言程序的应用程序」· 代码 · 共 17 行

TXT
17
字号
The code for indent under VMS was contributed by MEHRDAD@glum.dev.cf.ac.ukThe rest of this file describes how to build indent under VMS.If you are using GCC, you should run GNUC-MAKE.COM.If you have VAXC on your machine, run VAXC-MAKE.COM, to createindent.exe.  When compiling INDENT sources, VAXC will issue warningmessages about the length of some external identifiers. You canignore these warnings.Set up symbol INDENT as a foreign command, for example:    INDENT :== "$DUA0:[INDENT-DIR]INDENT.EXE"

⌨️ 快捷键说明

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