sizes.h 326 B

123456789
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* Variable size, wordsize, pointer size. Offsets for local variables. */
  7. extern int wz, pz, vz;
  8. extern int curr_level, curr_offset, min_offset;