__LONG_LONG_IS_16BIT__

Preprocessor macro defined to describe if the size of long long is 16-bit.

Syntax
  #define __LONG_LONG_IS_16BIT__ 0 | 1  
Remarks

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