ack/modules/src/em_code/crxcon.c

17 lines
179 B
C
Raw Normal View History

#include "em_private.h"
1994-06-24 11:31:16 +00:00
/* $Id$ */
1993-11-10 10:26:07 +00:00
void
CC_crxcon(op, spec, v, s)
char *v;
arith s;
{
/* CON or ROM with argument ICON(v,z)
*/
PS(op);
WCON(spec, v, s);
CEND();
NL();
}