ack/lang/cem/cemcom/sizes.h

9 lines
225 B
C
Raw Normal View History

1986-03-10 13:07:55 +00:00
/* $Header$ */
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
extern arith
short_size, word_size, dword_size, int_size, long_size,
float_size, double_size, pointer_size;
extern arith max_int, max_unsigned; /* cstoper.c */