|
char | c |
|
int | i |
|
unsigned int | u |
|
short | ih |
|
unsigned short | uh |
|
long | il |
|
unsigned long | ul |
|
int8_t | i8 |
|
uint8_t | u8 |
|
int16_t | i16 |
|
uint16_t | u16 |
|
int32_t | i32 |
|
uint32_t | u32 |
|
int64_t | i64 |
|
uint64_t | u64 |
|
float | f32 |
|
double | f64 |
|
intmax_t | imax |
|
uintmax_t | umax |
|
intptr_t | iptr |
|
uintptr_t | uptr |
|
ptrdiff_t | diff |
|
size_t | size |
|
void const * | PTR |
|
void * | ptr |
|
char const * | STR |
|
char * | str |
|
double | f |
|
The documentation for this union was generated from the following file: