17 lines
		
	
	
		
			379 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			379 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef _OCCAS_H
 | |
| #define _OCCAS_H
 | |
| 
 | |
| #define OCC_CFPI      "CFPI"
 | |
| #define OCC_RAGSOC    "RAGSOC"
 | |
| #define OCC_INDIR     "INDIR"
 | |
| #define OCC_CIV       "CIV"
 | |
| #define OCC_LOCALITA  "LOCALITA" 
 | |
| #define OCC_STATO     "STATO" 
 | |
| #define OCC_COM       "COM"
 | |
| #define OCC_CAP       "CAP"
 | |
| #define OCC_DNASC     "DNASC"
 | |
| #define OCC_STATONASC "STATONASC" 
 | |
| #define OCC_COMNASC   "COMNASC"
 | |
| 
 | |
| #endif
 |