Controls whether or not declarations of type
char are treated as
unsigned char.
#pragma unsigned_char on | off | reset
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.