📄 cxheapdef.h
字号:
//file:cxheapdef.h
//purpose: typedefs for cxheap. Implanter should avoid confliction
#ifndef __DEF_H__
#ifndef LCD_H
#ifndef __cxheapdef_h__
#define __cxheapdef_h__
typedef unsigned char U8;
typedef unsigned char BOOL;
typedef unsigned short U16;
typedef unsigned int U32;
#endif
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -