-signed_char
< Compile Options / Microcontroller Options >
[Format]
-
[Default]
When -signed_char is omitted, char type values are handled as unsigned.
[Description]
When -signed_char is specified, char type values are handled as signed.
[Remarks]
The bit-field members of the char type are not controlled by this option; control them using the -signed_bitfield and -unsigned_bitfield options.