Type for the biggest fundamental alignment.  
 More...
#include <arith.h>
|  | 
| int | i | 
|  | int i 
 | 
|  | 
| long | l | 
|  | long l 
 | 
|  | 
| long long | ll | 
|  | long long ll 
 | 
|  | 
| intmax_t | im | 
|  | intmax_t im 
 | 
|  | 
| long * | lp | 
|  | long* lp 
 | 
|  | 
| void * | p | 
|  | void* p 
 | 
|  | 
| void(* | fp )(void) | 
|  | void (*fp)(void)int i 
 | 
|  | 
| float | f | 
|  | float f 
 | 
|  | 
| double | d | 
|  | double d 
 | 
|  | 
| long double | ld | 
|  | long double ld 
 | 
|  | 
Type for the biggest fundamental alignment. 
The documentation for this union was generated from the following file: