4 * Some useful simple types.
6 * Copyright 1996-2003 Glyph & Cog, LLC
13 * These have stupid names to avoid conflicts with some (but not all)
14 * C++ compilers which define them.
21 * These have stupid names to avoid conflicts with <sys/types.h>,
22 * which on various systems defines some random subset of these.
24 typedef unsigned char Guchar
;
25 typedef unsigned short Gushort
;
26 typedef unsigned int Guint
;
27 typedef unsigned long Gulong
;