Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbcced2d authored by Shih-wei Liao's avatar Shih-wei Liao
Browse files

c99 bool support

Change-Id: I0990425a9362d3ef6ea0b40bf6f00fcc10eed426
parent b25de055
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -3,12 +3,7 @@

#define M_PI        3.14159265358979323846264338327950288f   /* pi */

//#include "external/clang/lib/Headers/stdbool.h"
#define bool _Bool
#define true 1
#define false 0
#define __bool_true_false_are_defined 1

#include "stdbool.h"
typedef char int8_t;
typedef short int16_t;
typedef int int32_t;