Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_mes / C_ms_com.c
1 /* $Id: C_ms_com.c,v 1.6 1994/06/24 11:12:49 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_com(str)
11         char *str;
12 {
13         C_mes_begin(ms_com);
14         C_scon(str, (arith) (strlen(str) + 1));
15         C_mes_end();
16 }