Expand description

Alternative type definitions for integer types.

Prefixes

  • Sig - A signed type.
  • H - “Half”.
  • D - “Double”.
  • Q - “Quad / Quadruple”.
  • O - “Octa”.

Modules

Machine-specific type definitions. Here, a “word” is the pointer size of a machine, e. g. the data it can deal with using one operation.

Conventional unified type definitions, unconditional. Here, a “word” is a fixed 16-bits (or 2 Bytes) long.