9 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| #include <stdio.h>
 | |
| 
 | |
| #undef getchar
 | |
| 
 | |
| getchar()
 | |
| {
 | |
| 	return getc(stdin);
 | |
| }
 |