10 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <out.h>
 | 
						|
#include <arch.h>
 | 
						|
#include <ranlib.h>
 | 
						|
	
 | 
						|
do_close()
 | 
						|
{
 | 
						|
	output();
 | 
						|
 | 
						|
	wr_close();
 | 
						|
}
 |