__INT_IS_8BIT__

Preprocessor macro defined to describe if the size of int is 8-bit.

Syntax
  #define __INT_IS_8BIT__ 0 | 1  
Remarks

The compiler defines this macro to be 1 if the size of int is 8-bit, 0 otherwise.