10 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <stdio.h>
 | |
| 
 | |
| int scanf (format, args)
 | |
| char           *format;
 | |
| unsigned        args;
 | |
| {
 | |
| 	return _doscanf (stdin, format, &args);
 | |
| }
 | |
| 
 | |
| 
 |