]> 4ch.mooo.com Git - 16.git/blob - 16/lib/types.h
Merge branch 'master' of github.com:sparky4/16
[16.git] / 16 / lib / types.h
1 /*\r
2  * Just some handy typedefs that make it easier to think about the low\r
3  * level code\r
4  */\r
5 \r
6 typedef unsigned char byte;\r
7 typedef unsigned short word;\r
8 typedef unsigned long  dword;\r
9 typedef signed char sbyte;\r
10 typedef signed short sword;\r
11 typedef signed long sdword;\r