sizes.h 225 B

12345678
  1. /* $Header$ */
  2. /* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
  3. extern arith
  4. short_size, word_size, dword_size, int_size, long_size,
  5. float_size, double_size, pointer_size;
  6. extern arith max_int, max_unsigned; /* cstoper.c */