unsigned_char

Controls whether or not declarations of type char are treated as unsigned char .

Syntax
#pragma unsigned_char on | off | reset
  
Remarks

If you enable this pragma, the compiler treats a char declaration as if it were an unsigned char declaration.

Note: If you enable this pragma, your code might not be compatible with libraries that were compiled when the pragma was disabled. In particular, your code might not work with the ISO standard libraries included with CodeWarrior.

By default, this setting is disabled.

Related information
asmpoundcomment
asmsemicolcomment
const_strings
dollar_identifiers
gcc_extensions
mark
mpwc_newline
mpwc_relax
multibyteaware
multibyteaware_preserve_literals
text_encoding
trigraphs