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

📄 archconfig.h

📁 klibc精简化的c程序库
💻 H
字号:
/* * include/arch/mips/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/* MIPS has architecture-specific code for vfork() */#define _KLIBC_REAL_VFORK 1/* MIPS defines it's own statfs */#define _KLIBC_STATFS_F_TYPE_32B 1/* MIPS has nonstandard socket definitions */#define _KLIBC_HAS_ARCHSOCKET_H 1#endif				/* _KLIBC_ARCHCONFIG_H */

⌨️ 快捷键说明

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