Skip to content
meeloo edited this page Oct 2, 2010 · 1 revision

Simple Types

NUI defines and uses simple types explicitly.

Number of bits Signed Unsigned
8 int8 uint8
16 int16 uint16
32 int32 uint32
64 int64 uint64

There are also some remains of basic standard C type such as int, short, long, but we’re trying to get rid of those as they don’t end up with the same size on all platforms and compilers.

Clone this wiki locally