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

📄 sgidefs.h

📁 klibc精简化的c程序库
💻 H
字号:
/* * arch/mips/include/sgidefs.h *//* Some ABI constants */#ifndef _SGIDEFS_H#define _SGIDEFS_H#define _MIPS_ISA_MIPS1 1#define _MIPS_ISA_MIPS2 2#define _MIPS_ISA_MIPS3 3#define _MIPS_ISA_MIPS4 4#define _MIPS_ISA_MIPS5 5#define _MIPS_SIM_ABI32         1#define _MIPS_SIM_NABI32        2#define _MIPS_SIM_ABI64         3#endif				/* _SGIDEFS_H */

⌨️ 快捷键说明

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