12 lines
		
	
	
		
			271 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			271 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Campi Archivio Dati Percipienti
 | |
| 
 | |
| #ifndef __PERC_H
 | |
| #define __PERC_H
 | |
|                                   
 | |
| #define PRC_CODDITTA "CODDITTA"
 | |
| #define PRC_TIPOA    "TIPOA"
 | |
| #define PRC_CODANAGR "CODANAGR"
 | |
| #define PRC_FATTBIL  "FATTBIL"
 | |
| 
 | |
| #endif                                  
 |