📄 types.h
字号:
#ifndef __TYPES__#define __TYPES__/******************************************************************** * This file exists only because when using various platforms, * sometimes the uint8_t and uint16_t types don't exist. You can * #include <stdint.h> if your system has it, if not, use the typedefs. * If your system already has these defined, just comment out this * whole file ********************************************************************///#include <stdint.h>#define uint8_t unsigned char#define uint16_t unsigned short#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -