ack/util/ceg/ce_back/as_back/reloc2.c

10 lines
112 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
#include "header.h"
reloc2( s, o, r)
char *s;
arith o;
int r;
{
1989-01-20 15:01:37 +00:00
fprint( codefile, RELOC2_FMT, s, (long) o);
1987-11-20 10:41:03 +00:00
}