of a segment. It also uses the "object" library to read and write ACK- object files and libraries.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Header$ */
 | |
| 
 | |
| #ifdef NDEBUG
 | |
| 
 | |
| #define debug(s, a1, a2, a3, a4)
 | |
| 
 | |
| #else
 | |
| extern int DEB;
 | |
| 
 | |
| #define debug(s, a1, a2, a3, a4)	(DEB && printf(s, a1, a2, a3, a4))
 | |
| 
 | |
| #endif
 |