10 lines
112 B
C
10 lines
112 B
C
#include "header.h"
|
|
|
|
reloc4( s, o, r)
|
|
char *s;
|
|
arith o;
|
|
int r;
|
|
{
|
|
fprint( codefile, RELOC4_FMT, s, (long) o);
|
|
}
|