__CHAR_IS_UNSIGNED__

Preprocessor macro defined to describe whether the char is interpreted as signed or unsigned number.

Syntax
  #define __CHAR_IS_UNSIGNED__ 0 | 1  
Remarks

The compiler defines this macro to be 1 if the compiler is set to interpret char as an unsigned number, 0 otherwise.