27 lines
		
	
	
		
			711 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			711 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
// Mod.770 - Quadro C
 | 
						|
 | 
						|
#ifndef __QUADROC_H
 | 
						|
#define __QUADROC_H
 | 
						|
 | 
						|
#define QUC_CODDITTA   "CODDITTA"
 | 
						|
#define QUC_TIPOA      "TIPOA"
 | 
						|
#define QUC_CODANAGR   "CODANAGR"
 | 
						|
#define QUC_NPROG      "NPROG"
 | 
						|
#define QUC_GENERATA   "GENERATA"
 | 
						|
#define QUC_CODCAUS    "CODCAUS"
 | 
						|
#define QUC_PERC       "PERC"
 | 
						|
#define QUC_CAUSALE    "CAUSALE"
 | 
						|
#define QUC_TASSAZIONE "TASSAZIONE"
 | 
						|
#define QUC_AMMLORDO   "AMMLORDO"
 | 
						|
#define QUC_CONTROBB   "CONTROBB"
 | 
						|
#define QUC_SOMNONSOGG "SOMNONSOGG"
 | 
						|
#define QUC_IMPONIBILE "IMPONIBILE"
 | 
						|
#define QUC_IMPOSTA    "IMPOSTA"
 | 
						|
#define QUC_DETCARFAM  "DETCARFAM"
 | 
						|
#define QUC_GGLAVDIP   "GGLAVDIP"
 | 
						|
#define QUC_DETLAVDIP  "DETLAVDIP"
 | 
						|
#define QUC_TOTDET     "TOTDET"
 | 
						|
#define QUC_RITENUTE   "RITENUTE"
 | 
						|
 | 
						|
#endif
 |