|
csnip
0.1
|


Go to the source code of this file.
Macros | |
| #define | csnip_limit_Int(x) |
| Compute the limits of a given integer type. More... | |
| #define | csnip_limit_Mini(x) (csnip_limit_Int(x)[0]) |
| Type generic minimum value function. More... | |
| #define | csnip_limit_Maxi(x) (csnip_limit_Int(x)[1]) |
| Type generic maximum value function. More... | |