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