sun3mach.h
来自「linux下的gcc编译器」· C头文件 代码 · 共 16 行
H
16 行
#include "m68k/sun3.h"#undef CPP_PREDEFINES#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dsun3 -Dunix -DMACH -DCMU -DMTXINU -DBIT_MSF -DBYTE_MSF -Asystem=unix -Asystem=mach -Acpu=m68k -Amachine=m68k"/* Specify extra dir to search for include files. */#define SYSTEM_INCLUDE_DIR "/usr/mach/include"/* LINK_SPEC is needed only for SunOS 4. */#undef LINK_SPEC/* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */#define DEFAULT_PCC_STRUCT_RETURN 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?