boolean type

Hello,

I can’t find any boolean type. Tried using keywords such as Bool,
Boolean, but none of them have worked.

Best regards,
Darius

Try bool, and don’t forget to include <stdbool.h>.

Murf

Darius wrote:

Hello,

I can’t find any boolean type. Tried using keywords such as Bool,
Boolean, but none of them have worked.

Best regards,
Darius