00001 /* 00002 00003 ZMACHINE 2.0 (SIGFRID) 00004 00005 ZTYPES.H 00006 00007 author: Trombetta Roberto 00008 filename: Ztypes.h 00009 description: header file for types definition 00010 date: 24/06/2003 00011 00012 */ 00013 00014 #ifndef __ZTYPES_H_ 00015 #define __ZTYPES_H_ 00016 00017 typedef float zfloat; 00018 typedef long zlong; 00019 typedef unsigned long zulong; 00020 typedef char zchar; 00021 typedef unsigned int zuint; 00022 typedef unsigned short zushort; 00023 typedef bool zbool; 00024 typedef int zint; 00025 00026 #endif // __ZTYPES_H_