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