L | |
| llong [Signed] |
The signed long long integer type.
|
| long [Signed] |
The signed long integer type.
|
S | |
| sint [Signed] |
C's signed integer type.
|
| size_t [Unsigned] |
The size_t unsigned integer type.
|
T | |
| t [Unsigned.S] | |
U | |
| uchar [Unsigned] |
The unsigned char type.
|
| uint [Unsigned] |
The unsigned int type.
|
| uint16 [Unsigned] |
Unsigned 16-bit integer type.
|
| uint32 [Unsigned] |
Unsigned 32-bit integer type.
|
| uint64 [Unsigned] |
Unsigned 64-bit integer type.
|
| uint8 [Unsigned] |
Unsigned 8-bit integer type.
|
| ullong [Unsigned] |
The unsigned long long integer type.
|
| ulong [Unsigned] |
The unsigned long integer type.
|
| ushort [Unsigned] |
The unsigned short unsigned integer type.
|