ack/util/ceg/ce_back/as_back/reloc2.c
1989-01-26 10:58:30 +00:00

10 lines
112 B
C

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