Switched to clang and C23
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -14,7 +14,7 @@ typedef unsigned long long int u64;
|
||||
typedef float f32;
|
||||
typedef double f64;
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
#if !defined(__cplusplus) && __STDC_VERSION__ < 202311L
|
||||
typedef _Bool bool;
|
||||
#define true 1
|
||||
#define false 0
|
||||
|
||||
Reference in New Issue
Block a user