00001 #ifndef __MYTYPES_H__ 00002 #define __MYTYPES_H__ 00003 typedef unsigned char UInt8; 00004 typedef unsigned short UInt16; 00005 typedef signed short Int16; 00006 typedef unsigned long UInt32; 00007 #endif 00008