TARG_CHAR_MAX
#define TARG_CHAR_MAX ((char) (((unsigned char) -1) >> 1))
#define TARG_CHAR_MAX ((unsigned char) -1)