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

📄 ckcsym.h

📁 操作系统源代码
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -