定义类型头文件

/*************************************************************   
    FileName : DATATYPE.h 
    FileFunc : 定义头文件  
    Version  : V0.1   
    Author   : Sunrier   
    Date     : 2011-09-19 
    Descp    : 为了移植方便,定义数据类型头文件  
*************************************************************/  
#ifndef   _DATATYPE_H_ 
#define   _DATATYPE_H_ 
typedef		unsigned char   bool;
typedef		unsigned char   BOOL; 
typedef		unsigned char   byte;  
typedef		unsigned char   BYTE;  
typedef		unsigned char   uchar; 
typedef		unsigned char   UCHAR; 
typedef		unsigned char   uint8;  
typedef		unsigned char   UINT8; 
typedef		signed  char    int8; 
typedef		signed  char    INT8;
typedef		unsigned int	uint16;   
typedef     unsigned int	UINT16;  
typedef     unsigned int	uint;  
typedef     unsigned int	UINT;
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; 
#endif

 
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值