Bool Data Type
It is defined in the form of enumeration (defined in hmpp_typebase.h) as follows:
typedef enum {
HMPP_FALSE = 0,
HMPP_TRUE = 1
} HmppBool;
Parent topic: User-defined Data Types and Ranges
It is defined in the form of enumeration (defined in hmpp_typebase.h) as follows:
typedef enum {
HMPP_FALSE = 0,
HMPP_TRUE = 1
} HmppBool;