reg.h 395 B

1234567891011121314151617
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef UTIL_OPT_REG_H
  6. #define UTIL_OPT_REG_H
  7. #include "types.h"
  8. /* util/opt/reg.c */
  9. void regvar(arg_p ap);
  10. int inreg(offset off);
  11. void outregs(void);
  12. void outtes(void);
  13. void incregusage(offset off);
  14. #endif /* UTIL_OPT_REG_H */