⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxheapdef.h

📁 一个用新方法实现的堆管理器
💻 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 + -