Files correlati : Ricompilazione Demo : [ ] Commento :sistemate le librerie gfm (allineate a partners version) git-svn-id: svn://10.65.10.50/trunk@10750 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			15 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			159 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #include <stdio.h>
 | |
| #include <string.h>
 | |
| #include "gm.h"
 | |
| 
 | |
| main()
 | |
| {
 | |
| 	int i;
 | |
| 	char a[20];
 | |
| 	char b[20];
 | |
| 
 | |
| 	strcpy(b,"%s");
 | |
| 	i=_ScanfAux(1,a,b);
 | |
| 	printf("%d\n",i);
 | |
| }
 |