Added bool to ev_internal

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2022-01-05 03:37:23 +02:00
parent af1ab56872
commit 57f0533f84

View File

@@ -14,4 +14,8 @@ typedef unsigned long long int __ev_uint64_t;
typedef float __ev_float32_t; typedef float __ev_float32_t;
typedef double __ev_float64_t; typedef double __ev_float64_t;
typedef _Bool __ev_bool;
#define true 1
#define false 0
#endif // EV_HEADERS_INTERNAL_H #endif // EV_HEADERS_INTERNAL_H