6 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Header$ */
 | 
						|
 | 
						|
typedef struct iocc {
 | 
						|
	short in_set[SETSIZE];
 | 
						|
	int   in_index;
 | 
						|
} iocc_t,*iocc_p;
 |