Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 2.1 320 git-svn-id: svn://10.65.10.50/trunk@13169 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			13 lines
		
	
	
		
			237 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			237 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __ANAFIS_H
 | |
| #define __ANAFIS_H
 | |
| 
 | |
| #define ANF_CODANAGR  "CODANAGR"
 | |
| #define ANF_DATANASC  "DATANASC"
 | |
| #define ANF_SESSO     "SESSO"
 | |
| #define ANF_STATONASC "STATO"
 | |
| #define ANF_COMNASC   "COMNASC"
 | |
| #define ANF_COMRES    "COMRES"
 | |
| 
 | |
| #endif
 | |
| 
 |