Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / crxcon.c
1 #include "em_private.h"
2
3 /* $Id: crxcon.c,v 1.3 1994/06/24 11:10:04 ceriel Exp $ */
4
5 void
6 CC_crxcon(op, spec, v, s)
7         char *v;
8         arith s;
9 {
10         /*      CON or ROM with argument ICON(v,z)
11         */
12         PS(op);
13         WCON(spec, v, s);
14         CEND();
15         NL();
16 }