4.4.2 /signed, /signed, (/signed)

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.


Previous Page Next Page Contents Index
Command-Line Qualifiers