All the standard C scalar data-types are supported.
All the standard C scalar data-types are supported.
- char - 8-bit integer
- short - 16-bit integer
- int - 32-bit integer
- float - emulated type, 32-bit
- unsigned long - emulated type, 32-bit
- unsigned long long - emulated type, 64-bit
- double - emulated type, 64-bit
- long double - emulated type, 64-bit
- long long - emulated type, 64-bit signed
- Note
- All types except float/double support signed and unsigned prefixes