__CHAR_IS_SIGNED__

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

Syntax
  #define __CHAR_IS_SIGNED__ 0 | 1  
Remarks

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