SHORT
CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
#define SHORT 50 /* How short is a demo game? */
#define SHORT 0x0004 /* h: short */
#define SHORT 0x04 /* h: short */
#define SHORT 0
# define SHORT 10
SHORT, /* (signed) short */