基本データ型
型 | 定義(typedef) |
TAny | void |
TInt8 | signed char |
TUInt8 | unsigned char |
TInt16 | short int |
TUint16 | unsigned short int |
TInt32 | long int |
TUint32 | unsigned long int |
TUint64 | long long |
TUint64 | unsigned long long |
TInt | signed int |
TUint | unsigned int |
TReal32 | float |
TReal64 | double |
TReal | double |
TText8 | unsigned char |
TText16 | unsigned short int |
TBool | int |
e32def.hを参照。