 CARM User's Guide Discontinued |
|
| 1-Byte ScalarsScalars of type signed char and unsigned char are stored in a single byte (8 bits). Note - By default, variables defined as plain char are unsigned. You may use the SIGNED_CHAR directive to force all plain char types to signed.
- The CARM run-time library is compiled to use unsigned char types.
|
|