00001 #ifndef __MAGIC_TYPES_H__ 00002 #define __MAGIC_TYPES_H__ 00003 00004 typedef unsigned int uint; 00005 typedef char* STR; 00006 typedef const char* CONSTR; 00007 00008 00009 #endif