ckcsym.h

来自「操作系统源代码」· C头文件 代码 · 共 15 行

H
15
字号
/* This file is for use with compilers that don't have the capability to * #define symbols on the C compiler command line.  This file must * be #include'd before all other ck*.h files so that the symbols #define'd * here can be used for any subsequent conditional code.  Symbols should be * #define'd as 1 if TRUE and 0 if FALSE.  This implies, of course, that they * be tested with #if's, not #ifdef's and #ifndef's. */ /* * For example, this file was required to compile Macintosh Kermit under * Megamax C (which we don't do any more), because Megamax did not have * a mechanism for defining symbols on the command line, so this file was * used to define the symbol MAC. */

⌨️ 快捷键说明

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