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

📄 archconfig.h

📁 klibc精简化的c程序库
💻 H
字号:
/* * include/arch/ia64/klibc/archconfig.h * * See include/klibc/sysconfig.h for the options that can be set in * this file. * */#ifndef _KLIBC_ARCHCONFIG_H#define _KLIBC_ARCHCONFIG_H/* IA64 doesn't have sys_fork, but it does have an MMU */#define _KLIBC_NO_MMU 0/* IA64 doesn't have sys_vfork, it has architecture-specific code */#define _KLIBC_REAL_VFORK 1#endif				/* _KLIBC_ARCHCONFIG_H */

⌨️ 快捷键说明

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