type.h
来自「winAVR编写的MEGA16内部EEPROM读写程序」· C头文件 代码 · 共 31 行
H
31 行
#ifndef _TYPE_H_
#define _TYPE_H_
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define BOOL unsigned char
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define bool unsigned char
#define true 1
#define false 0
#define TRUE 1
#define FALSE 0
#ifndef NULL
#define NULL 0
#endif
#ifndef null
#define null 0
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?