Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_mes / C_ms_emx.c
1 /* $Id: C_ms_emx.c,v 1.5 1994/06/24 11:12:55 ceriel Exp $ */
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
9 void
10 C_ms_emx(wsiz, psiz)
11         arith wsiz, psiz;
12 {
13         C_mes_begin(ms_emx);
14         C_cst(wsiz);
15         C_cst(psiz);
16         C_mes_end();
17 }