9 lines
		
	
	
		
			123 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| struct info {
 | |
| 	/* info to testvm */
 | |
| 	int big;	/* do BIG mode */
 | |
| 
 | |
| 	/* info from testvm */
 | |
| 	int result;	/* error code */
 | |
| };
 | 
