public.h

来自「ARM」· C头文件 代码 · 共 19 行

H
19
字号
#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 + =
减小字号Ctrl + -
显示快捷键?