Location:
e32def.h
typedef unsigned int TUint;
Supported from 5.0
Unsigned integer type of the natural machine word length. This is guaranteed to be at least 32 bits in all implementations.
In almost all circumstances, a TInt
should be used in
preference to a TUint
. The main exception is in flags
bytes.