📄 types.h
字号:
#ifndef DEFINEDTYPES
#define DEFINEDTYPES
#ifndef NULL
#define NULL 0
#endif
typedef unsigned char ptype; //[height][width] element type
typedef short int btype; //[][8][8] element type
typedef unsigned int cltype; //length of the symbol list
typedef unsigned int blstype; //number of blocks
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -