portab.h

来自「原创!!! 刚刚完成的ucos2 2.76 for 瑞萨m16/60」· C头文件 代码 · 共 31 行

H
31
字号
/*

  portab.h

  15.2.2001 FSt
*/


#ifndef __PORTAB_H__
#define __PORTAB_H__

typedef   signed char     		int8;
typedef   unsigned char   		uint8;
typedef   signed short    		int16;
typedef   unsigned short  		uint16;
typedef   signed long     		int32;
typedef   unsigned long   		uint32;
//typedef		signed long long		int64;
//typedef		unsigned long long	uint64;

#ifndef NULL
#define NULL  0L
#endif


#define STATIC    // STATIC w鋒rend der Debug-Phase abschalten


#endif    /* __PORTAB_H__ */

⌨️ 快捷键说明

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