SPKit Input/Output Types
These types are used by the SPKit
input/output classes and utility functions.
Defined in <spkit/machine.h>
- int8
- a signed 8-bit integer type
- uint8
- an unsigned 8-bit integer type
- int16
- a signed 16-bit integer type
- uint16
- an unsigned 16-bit integer type
- int32
- a signed 32-bit integer type
- uint32
- an unsigned 32-bit integer type
- float32
- a 32-bit IEEE floating point type
- float64
- a 64-bit IEEE floating point type