Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / ce_back / as_back / reloc2.c
1 #include "header.h"
2
3 reloc2( s, o, r)
4 char *s;
5 arith o;
6 int r;
7 {
8         fprint( codefile, RELOC2_FMT, s, (long) o);
9 }