types.h
来自「skyeye-1.2-RC7-3的源代码」· C头文件 代码 · 共 12 行
H
12 行
#ifndef _TYPES_H#define _TYPES_Htypedef unsigned char bu8;typedef unsigned short bu16;typedef unsigned int bu32;typedef unsigned long long bu64;typedef signed char bs8;typedef short bs16;typedef int bs32;typedef long long bs64;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?