of a segment. It also uses the "object" library to read and write ACK- object files and libraries.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef lint
 | 
						|
static char rcsid[] = "$Header$";
 | 
						|
#endif
 | 
						|
 | 
						|
int	infile;	/* The current input file. */
 | 
						|
 | 
						|
rd_fatal()
 | 
						|
{
 | 
						|
	fatal("read error");
 | 
						|
}
 |