11 lines
106 B
C
11 lines
106 B
C
|
#include "em_private.h"
|
||
|
|
||
|
CC_msstart(cst)
|
||
|
arith cst;
|
||
|
{
|
||
|
/* start of message
|
||
|
*/
|
||
|
PS(ps_mes);
|
||
|
CST(cst);
|
||
|
}
|