1 2 3 4 5 6 7 8 9 10 11 12 13
#pragma once #include <__walibc.h> __WALIBC_BEGIN_EXTERN; #ifndef __cplusplus # define bool _Bool # define true 1 # define false 0 #endif #define __bool_true_false_are_defined 1 __WALIBC_END_EXTERN;