6 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
| struct Hashitem {
 | |
| 	int hs_next;
 | |
| 	int hs_nami;
 | |
| };
 | |
| 
 | |
| extern struct Hashitem *Hashitems;
 |