ack/modules/src/em_code/msstart.c

11 lines
106 B
C
Raw Normal View History

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