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

10 lines
112 B
C
Raw Normal View History

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