The following table lists the size_t macro settings for the HC08 target.
| size_t Macro | Defined |
|---|---|
| __SIZE_T_IS_UCHAR__ | -Mt |
| __SIZE_T_IS_USHORT__ | Never |
| __SIZE_T_IS_UINT__ | -Ms, -Mb |
| __SIZE_T_IS_ULONG__ | Never |
The following table lists the ptrdiff_t macro settings for the HC08 target.
| ptrdiff_t Macro | Defined |
|---|---|
| __PTRDIFF_T_IS_CHAR__ | -Mt |
| __PTRDIFF_T_IS_SHORT__ | Never |
| __PTRDIFF_T_IS_INT__ | -Ms |
| __PTRDIFF_T_IS_LONG__ | Never |