typedef char Char; typedef int8_t SInt8; typedef uint8_t UInt8; typedef int8_t SByte; typedef uint8_t UByte; typedef int16_t SInt16; typedef uint16_t UInt16; typedef int32_t SInt32; typedef uint32_t UInt32; typedef int64_t SInt64; typedef uint64_t UInt64; typedef double Double;
Type definitions for Win32.
Type Name |
Description |
Char |
Character type |
Double |
Double type |
SInt8 |
8 bit Integer (Byte) |
UInt8 |
|
SByte |
|
UByte |
|
SInt16 |
16 bit Integer (Word) |
UInt16 |
|
SInt32 |
32 bit Integer (DWord) |
UInt32 |
|
SInt64 |
64 bit Integer (QWord) |
UInt64 |
|
SF_Types.h