8 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| #include <stdio.h>
 | |
| 
 | |
| fgetc(f)
 | |
| 	register FILE *f;
 | |
| {
 | |
| 	return getc(f);
 | |
| }
 |