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