The /signed qualifier changes char objects to signed
char. This qualifiers is sometimes necessary when porting code from
other platforms whose C compiler defaults char to signed char.
To turn off the /signed qualifier, use
/unsigned on the command line.