00001 /* 00002 * Quelques types utiles 00003 */ 00004 00005 #ifndef UTYPES_H 00006 00007 #define UTYPES_H 00008 00009 typedef unsigned char UCHAR; 00010 typedef unsigned short USHORT; 00011 typedef unsigned int UINT; 00012 00013 #endif 00014