cxheapdef.h
来自「一个用新方法实现的堆管理器」· C头文件 代码 · 共 13 行
H
13 行
//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 + =
减小字号Ctrl + -
显示快捷键?