C_ms_emx.c 325 B

1234567891011121314151617
  1. /* $Id$ */
  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. #include <em.h>
  7. #include <em_mes.h>
  8. void
  9. C_ms_emx(wsiz, psiz)
  10. arith wsiz, psiz;
  11. {
  12. C_mes_begin(ms_emx);
  13. C_cst(wsiz);
  14. C_cst(psiz);
  15. C_mes_end();
  16. }