macroandconst.h

来自「nokia5110智能电子钟的设计ds1302+ds18b20+stc12c5a」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef _MACRO_AND_CONST_H_ 
#define _MACRO_AND_CONST_H_ 
typedef unsigned int uint16; 
typedef unsigned int UINT; 
typedef unsigned int uint; 
typedef unsigned int UINT16;
typedef unsigned int WORD; 
typedef unsigned int word; 
typedef int int16; 
typedef int INT16; 
typedef unsigned long uint32; 
typedef unsigned long UINT32; 
typedef unsigned long DWORD; 
typedef unsigned long dword; 
typedef long int32; 
typedef long INT32; 
typedef signed char int8; 
typedef signed char INT8; 
typedef unsigned char byte; 
typedef unsigned char BYTE; 
typedef unsigned char uchar; 
typedef unsigned char UINT8; 
typedef unsigned char uint8; 
typedef unsigned char BOOL; 
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?