Symbian数据类型定义

来源:互联网 发布:深入了解java虚拟机 编辑:程序博客网 时间:2024/06/05 11:12

typedef void TAny;

typedef signed char TInt8;

typedef unsigned char TUint8;

typedef short int TInt16;

typedef unsigned short int TUint16;

typedef long int TInt32;

typedef unsigned long int TUint32;

typedef signed int TInt;

typedef unsigned int TUint;

typedef float TReal32;

typedef double TReal64;

typedef double TReal;

typedef unsigned char TText8;

typedef unsigned short int TText16;

typedef int TBool;

typedef TUint32 TLinAddr; 

原创粉丝点击