1987-11-12 11:59:31 +00:00
|
|
|
#include "em_private.h"
|
|
|
|
|
1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1989-10-13 14:03:25 +00:00
|
|
|
|
1993-11-10 10:26:07 +00:00
|
|
|
void
|
1987-11-12 11:59:31 +00:00
|
|
|
CC_msstart(cst)
|
1988-01-14 13:34:42 +00:00
|
|
|
int cst;
|
1987-11-12 11:59:31 +00:00
|
|
|
{
|
|
|
|
/* start of message
|
|
|
|
*/
|
|
|
|
PS(ps_mes);
|
1988-01-14 13:34:42 +00:00
|
|
|
CST((arith)cst);
|
1987-11-12 11:59:31 +00:00
|
|
|
}
|