SPC  Version 0.9.5
 All Files Functions Groups Pages
Data type limits

Constants that define various data type limits. More...

Macros

#define CHAR_BIT   32
 
#define LONG_MIN   -2147483648
 
#define SCHAR_MIN   -2147483648
 
#define INT_MIN   -2147483648
 
#define CHAR_MIN   -2147483648
 
#define LONG_MAX   2147483647
 
#define SCHAR_MAX   2147483647
 
#define INT_MAX   2147483647
 
#define CHAR_MAX   2147483647
 

Detailed Description

Constants that define various data type limits.