1 module iv
.x11
.md
/*is aliced*/;
5 * Xmd.d: MACHINE DEPENDENT DECLARATIONS.
10 * Bitfield suffixes for the protocol structure elements, if you
11 * need them. Note that bitfields are not guaranteed to be signed
12 * (or even unsigned) according to ANSI C.
17 alias INT16
= short; // was uint, why?!
22 alias CARD16
= ushort;
26 alias BITS16
= CARD16
;
27 alias BITS32
= CARD32
;