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

📄 xm-sco5.h

📁 GCC编译器源代码
💻 H
字号:
/* Configuration for GCC for Intel i386 running SCO.  */#include "i386/xm-sysv3.h"/* Big buffers improve performance.  */#define IO_BUFFER_SIZE (0x8000 - 1024)/* OpenServer provides no sys_siglist,   but does offer the same data under another name.  */#define sys_siglist _sys_siglist#undef SYS_SIGLIST_DECLARED#define SYS_SIGLIST_DECLARED/* If not compiled with GNU C, use the portable alloca.  */#ifndef __GNUC__#define USE_C_ALLOCA#endif

⌨️ 快捷键说明

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