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
		
			
				
	
	
		
			14 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __RRIP_H
 | |
| #define __RRIP_H
 | |
| 
 | |
| #define RRIP_TIPO        "TIPO"
 | |
| #define RRIP_CODICE      "CODICE"
 | |
| #define RRIP_NRIGA       "NRIGA"
 | |
| #define RRIP_CODCOSTO    "CODCOSTO"
 | |
| #define RRIP_CODCMS      "CODCMS"
 | |
| #define RRIP_CODFASE     "CODFASE"
 | |
| #define RRIP_CODCONTO    "CODCONTO"
 | |
| #define RRIP_RIPARTO     "RIPARTO"
 | |
| 
 | |
| #endif
 |