📄 types.h
字号:
#ifndef __TYPES_H#define __TYPES_Htypedef unsigned short umode_t;typedef unsigned char __u8;typedef unsigned short __u16;typedef unsigned int __u32;typedef unsigned long ulong;typedef unsigned short ushort;typedef unsigned char uchar;typedef unsigned int uint32_t;typedef unsigned short uint16_t;typedef unsigned char uint8_t;typedef unsigned char u8;typedef unsigned short u16;typedef unsigned long u32;typedef unsigned int uint;typedef volatile unsigned char vuchar;typedef volatile unsigned long vulong;typedef volatile unsigned short vushort;typedef long time_t;typedef long suseconds_t;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -