Go to the source code of this file.
|
typedef unsigned char | uint8_t |
|
typedef short int | int16_t |
|
typedef unsigned short | uint16_t |
|
typedef int | int32_t |
|
typedef unsigned int | uint32_t |
|
typedef long int | int64_t |
|
typedef unsigned long int | uint64_t |
|
typedef long long | UINT_64 |
|
typedef float | FLOAT_32 |
|
typedef double | FLOAT_64 |
|