8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
struct Hashitem {
 | 
						|
	int hs_next;
 | 
						|
	int hs_nami;
 | 
						|
};
 | 
						|
 | 
						|
#define Hashitems B_HashItems
 | 
						|
 | 
						|
extern struct Hashitem *Hashitems;
 |