xm-dgux.h

来自「GCC编译器源代码」· C头文件 代码 · 共 13 行

H
13
字号
/* Configuration for GCC for Intel i386 running DG/ux *//* looks just like sysv4 for now */#include "i386/xm-i386.h"#include "xm-svr4.h"/* If not compiled with GNU C, use the portable alloca.  */#ifndef __GNUC__#define USE_C_ALLOCA#endif

⌨️ 快捷键说明

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