omg, there's a proper bool type in C now!

This commit is contained in:
Christopher Chedeau
2014-04-18 09:16:46 -07:00
parent ded76b867e
commit d701273704

View File

@@ -2,8 +2,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#include <stdbool.h>
typedef unsigned char bool;
#define CSS_UNDEFINED NAN #define CSS_UNDEFINED NAN