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

10 lines
113 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
#include "header.h"
reloc1( s, o, r)
char *s;
arith o;
int r;
{
fprint( codefile, RELOC1_FMT, s, (arith) o);
}