1987-11-12 11:59:31 +00:00

12 lines
107 B
C

#include "em_private.h"
CC_exc(c1,c2)
arith c1,c2;
{
PS(ps_exc);
CST(c1);
COMMA();
CST(c2);
NL();
}