This document serves as a reference for many of the built-in types which are available when programming in the IDE. Programmers using the command-line tools will have access to these types as long as they have imported wirish.h; several are defined in in libmaple_types.h.
8-bit integer value.
16-bit integer value.
32-bit integer value.
32-bit integer value.
64-bit integer value.
Synonym for char.
Synonym for unsigned char.
Synonym for short.
Synonym for unsigned short.
Synonym for int.
Synonym for unsigned int
Synonym for long long
Synonym for unsigned long long.