ack/util/ceg/ce_back/as_back/reloc4.c
1987-11-20 10:41:03 +00:00

10 lines
113 B
C

#include "header.h"
reloc4( s, o, r)
char *s;
arith o;
int r;
{
fprint( codefile, RELOC4_FMT, s, (arith) o);
}