Everything

-unsigned_char


< Compile Options / Microcontroller Options >

[Format]

-unsigned_char

 

-

[Default]

When -unsigned_char is omitted, char type values are handled as unsigned.

[Description]

-

When -unsigned_char is specified, char type values are handled as unsigned.

[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.