#pragma once #ifndef __cplusplus #include __BEGIN_DECLS #define bool _Bool #define true 1 #define false 0 #define __bool_true_false_are_Defined 1 __END_DECLS #endif