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