8 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Header$ */
 | 
						|
 | 
						|
#define _COST_
 | 
						|
 | 
						|
typedef struct cost {
 | 
						|
	int ct_space;
 | 
						|
	int ct_time;
 | 
						|
} cost_t,*cost_p;
 |