ack/util/ceg/ce_back/as_back/reloc1.c
1989-01-26 10:52:51 +00:00

11 lines
128 B
C

#include "header.h"
#include <em.h>
reloc1( s, o, r)
char *s;
arith o;
int r;
{
fprint( codefile, RELOC1_FMT, s, (long) o);
}