Commit 2bb12384 authored by Momobako's avatar Momobako

updc

parent e800dea9
...@@ -22,7 +22,7 @@ typedef long ptr; ...@@ -22,7 +22,7 @@ typedef long ptr;
typedef long long int64; typedef long long int64;
typedef int int32; typedef int int32;
typedef short int16; typedef short int16;
typedef char int8; typedef signed char int8;
typedef int BOOL; typedef int BOOL;
#define MATCH_ALL(x,y) (((x)&(y))==(y)) #define MATCH_ALL(x,y) (((x)&(y))==(y))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment