7 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "header.h"
 | |
| 
 | |
| bss( n)
 | |
| arith n;
 | |
| {
 | |
| 	fprint( codefile, BSS_FMT, (arith) n);
 | |
| }
 |