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

📄 public.h

📁 ARM
💻 H
字号:
#ifndef _PUBLIC_H
#define _PUBLIC_H

typedef unsigned char 		uint8;
typedef unsigned short int  uint16;
typedef unsigned int		uint32;
typedef char				int8;
typedef short int			int16;
typedef int					int32;

#ifndef Successful
#define Successful 1
#endif

#ifndef Fail
#define Fail 0
#endif

#endif

⌨️ 快捷键说明

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