Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.5 fino alla patch 811 git-svn-id: svn://10.65.10.50/trunk@8985 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			12 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			369 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __VE0_H
 | |
| #define __VE0_H
 | |
| 
 | |
| int ve0100(int argc, char* argv[]);  // Motore di gestione documenti
 | |
| int ve0200(int argc, char* argv[]);  // Configurazione vendite
 | |
| int ve0300(int argc, char* argv[]);  // Generatore di maschere
 | |
| int ve0400(int argc, char* argv[]);  // Generatore di tabelle
 | |
| int ve0500(int argc, char* argv[]);  // Gestione Glossario
 | |
| 
 | |
| #endif // __VE0_H
 | |
| 
 |