Switched to clang and C23

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2024-10-13 00:07:49 +03:00
parent 7ea2195fcb
commit 3e3967c1ce
5 changed files with 21 additions and 6 deletions

View File

@@ -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