ack/modules/src/em_code/msstart.c

11 lines
111 B
C
Raw Normal View History

1987-11-12 11:59:31 +00:00
#include "em_private.h"
CC_msstart(cst)
int cst;
1987-11-12 11:59:31 +00:00
{
/* start of message
*/
PS(ps_mes);
CST((arith)cst);
1987-11-12 11:59:31 +00:00
}