45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CG0300_H
 | |
| #define __CG0300_H  
 | |
| 
 | |
| #define TCLI                   "C"
 | |
| 
 | |
| #define N_CODDITTA      "CODDITTA"
 | |
| #define N_CODATTPREV    "CODATTPREV"
 | |
| #define N_CODATT        "CODATT"
 | |
| #define N_CODCF         "CODCF"
 | |
| 
 | |
| #define F_ANNO                  101
 | |
| #define F_CODATT			102
 | |
| #define F_TIPOCF	  	        103
 | |
| #define F_CODCF        		104
 | |
| #define F_IMMESSO		        105
 | |
| #define F_IMPESC   		        106
 | |
| #define F_IVAESC 			107
 | |
| #define F_NIESC 		        108
 | |
| #define F_E8ESC 			109
 | |
| #define F_NDOCESC   		110
 | |
| #define F_IMPESP   			111
 | |
| #define F_IVAESP     		112
 | |
| #define F_NIESP        		113
 | |
| #define F_E8ESP		        114
 | |
| #define F_NDOCESP         		115
 | |
| #define F_PROG101102     		116
 | |
| #define F_CODDITTA                      117  
 | |
| #define F_RAGSOC                        118
 | |
| #define F_COFI                          119
 | |
| #define F_PAIV                          120
 | |
| #define F_TOTALE                        121
 | |
| #define F_TOTALE1                       122
 | |
| #define F_TOTALE2                       123
 | |
| #define F_TOTALE3                       124
 | |
| #define F_TOTALE4                       125
 | |
| #define F_TOTALE5                       126 
 | |
| #define F_TOTALE6                       127
 | |
| #define F_PROMPT                        128
 | |
| #define F_RAGSOC_D                      129
 | |
| #define F_DENATT                        130
 | |
| #define F_CODATTH			131
 | |
| #define F_CODCFH			132
 | |
| 
 | |
| #endif	// __CG0300_H
 |