X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2Fmodex16%2FTYPES.H;fp=16%2Fmodex16%2Ftypes.h;h=039653f2e8cb2b934d62b6f57672e4db493cbf4f;hb=d274f7cdb66fd39016a2d342ed8b9d5a548c15fe;hp=43a42c55c2de7d857cea10b32f7777479f805275;hpb=17c039519c1549f519a3166653d1ace911354459;p=16.git diff --git a/16/modex16/types.h b/16/modex16/TYPES.H similarity index 86% rename from 16/modex16/types.h rename to 16/modex16/TYPES.H index 43a42c55..039653f2 100644 --- 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;