Files correlati : Ricompilazione Demo : [ ] Commento :aggiunti alcuni files e commenti al file 149 git-svn-id: svn://10.65.10.50/trunk@12656 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __RIP_H
 | 
						|
#define __RIP_H
 | 
						|
 | 
						|
#define RIP_TIPO        "TIPO"
 | 
						|
#define RIP_CODICE      "CODICE"
 | 
						|
#define RIP_GRUPPO      "GRUPPO"
 | 
						|
#define RIP_CONTO       "CONTO"
 | 
						|
#define RIP_SOTTOCONTO  "SOTTOCONTO"
 | 
						|
#define RIP_CODCOSTO    "CODCOSTO"
 | 
						|
#define RIP_CODCMS      "CODCMS"
 | 
						|
#define RIP_DESCRIZ     "DESCRIZ"
 | 
						|
#define RIP_TIPORIP     "TIPORIP"
 | 
						|
 | 
						|
#endif
 |