00001 /*************************************************************************** 00002 types.h - description 00003 ------------------- 00004 begin : Fri Dec 14 2001 00005 copyright : (C) 2001 by Matthias Oppitz 00006 email : Matthias.Oppitz@gmx.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 00026 typedef unsigned char u_int8; 00027 00031 typedef unsigned short u_int16; 00032 00036 typedef signed int int32; 00037 00041 typedef unsigned int u_int32; 00042 00046 typedef unsigned long long u_int64;