X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fmodex16%2Ftypes.h;h=039653f2e8cb2b934d62b6f57672e4db493cbf4f;hb=fd22359b3cf8abccf814365b79906b15a98c8e4e;hp=43a42c55c2de7d857cea10b32f7777479f805275;hpb=3686f3bf9c15445091aef92692ccf3486389efbc;p=16.git diff --git a/16/modex16/types.h b/16/modex16/types.h old mode 100644 new mode 100755 index 43a42c55..039653f2 --- a/16/modex16/types.h +++ b/16/modex16/types.h @@ -6,5 +6,6 @@ typedef unsigned char byte; typedef unsigned short word; typedef unsigned long dword; +typedef signed char sbyte; typedef signed short sword; typedef signed long sdword;