diff --git a/util.h b/util.h index 2bbb69b..233ab8a 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,8 @@ #include #include +#define byte char +#define ubyte unsigned char #define LFAIL_RET 2 #define streq(s1, s2) (strcmp((s1), (s2)) == 0)