Files correlati : sc?.exe Ricompilazione Demo : [ ] Commento : Cpsmesi TRUE -> true git-svn-id: svn://10.65.10.50/trunk@20010 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
| #include <xvt.h>                   
 | |
| 
 | |
| #include "sc0.h"  
 | |
| 
 | |
| int main(int argc,char** argv)
 | |
| {
 | |
|   sc0100(argc,argv);  // Per ora evito warning sullo switch vuoto
 | |
|   return 0;
 | |
| }
 |