RL-ARM User's Guide
Technical Support
On-Line Manuals
The S64 type is defined in rtl.h. It specifies the signed 64-bit type used by the real-time kernel routines. The S64 type is defined as:
typedef long long S64;
and is used as shown in the following example:
#include <rtl.h> S64 sllong;