Typedefs | |
typedef unsigned char | boolean |
typedef uint32_t | uint32 |
typedef unsigned short | uint16 |
typedef unsigned char | uint8 |
typedef int32_t | int32 |
typedef signed short | int16 |
typedef signed char | int8 |
typedef __int64 | int64 |
typedef unsigned __int64 | uint64 |
typedef unsigned char | byte |
typedef unsigned char boolean |
Boolean value type.
typedef unsigned char byte |
byte type
typedef signed short int16 |
Signed 16-bit value
typedef int32_t int32 |
Signed 32-bit value
typedef __int64 int64 |
Signed 64-bit value
typedef signed char int8 |
Signed 8-bit value
typedef unsigned short uint16 |
Unsigned 16-bit value
typedef uint32_t uint32 |
Unsigned 32-bit value
typedef unsigned __int64 uint64 |
Unsigned 64-bit value
typedef unsigned char uint8 |
Unsigned 8-bit value