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

📄 types.h

📁 AS86 and LD86 source codes, used in build linux 0.
💻 H
字号:
/* arch/i86/include/asm/types.h - Basic Linux/MT data types. */#ifndef __GENERIC_TYPES_H#define __GENERIC_TYPES_H#include <asm/types.h>typedef __u32 off_t;typedef __u32 time_t;typedef __u16 mode_t;typedef __u32 loff_t;typedef __u32 speed_t;typedef __u32 tcflag_t;typedef __u8  cc_t;typedef int   ptrdiff_t;typedef int size_t;#endif

⌨️ 快捷键说明

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