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