📄 extent.h
字号:
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc. 1999 |
| Trumpion Microelectronics Inc. reserves the right to change products |
| or specifications without notice. |
+----------------------------------------------------------------------+
Project : LCD monitor
Version : 0.94
File Name : extent.h
Functions : Macro-function and constant definition
Revision :
1999-05-18 OriginalTeam First Created
****************************************************************************/
#ifndef _EXTENT_H
#define _EXTENT_H
/**************************************************************************/
/**************************************************************************/
typedef bit Bit;
typedef bit Bool;
typedef unsigned char Byte;
typedef unsigned int Word;
typedef unsigned long Long;
#define DATA data
#define IDATA idata
#define PDATA pdata
#define XDATA xdata
#define RDATA code
#define FALSE (Bool)0
#define TRUE (Bool)!FALSE
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -