completely new version

This commit is contained in:
ceriel
1987-11-12 11:59:31 +00:00
parent 527a17830f
commit 1e1578a5c1
52 changed files with 975 additions and 116 deletions

11
modules/src/em_code/exc.c Normal file
View File

@@ -0,0 +1,11 @@
#include "em_private.h"
CC_exc(c1,c2)
arith c1,c2;
{
PS(ps_exc);
CST(c1);
COMMA();
CST(c2);
NL();
}