U64
The U64 type is defined in rtl.h. It specifies the unsigned 64-bit type used by the real-time kernel routines. The U64 type is defined as:
typedef unsigned long long U64;
and is used as shown in the following example:
#include <rtl.h>
U64 ullong;