Files correlati : pc0001.exe Ricompilazione Demo : [ ] Commento : Gestione Commesse GAM git-svn-id: svn://10.65.10.50/trunk@17024 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			15 lines
		
	
	
		
			221 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			221 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
#include <xvt.h>
 | 
						|
#include "pc0001.h"
 | 
						|
 | 
						|
int main(int argc, char** argv)
 | 
						|
{
 | 
						|
  const int n = argc > 1 ? argv[1][1]-'0' : 0;
 | 
						|
  switch (n)
 | 
						|
  {
 | 
						|
	case 0:
 | 
						|
  default:
 | 
						|
    pc0001100(argc, argv);	// Commesse
 | 
						|
		break;
 | 
						|
  }
 | 
						|
  return 0;
 | 
						|
} |