30 lines
		
	
	
		
			595 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			595 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __BA3600_H
 | |
| #define __BA3600_H  
 | |
| 
 | |
| #define TAB_LBU "%LBU"
 | |
| #define TAB_INL "%INL"
 | |
| #define TAB_REG "REG"
 | |
| 
 | |
| #define F_TIPO_STAMPA 101
 | |
| #define F_LIBRO_UNICO1 102
 | |
| #define F_DATA_STAMPA 103
 | |
| #define F_MESEDA 104
 | |
| #define F_ANNODA 105
 | |
| #define F_MESEA 106
 | |
| #define F_ANNOA 107
 | |
| #define F_STAMPA_MESE 108
 | |
| #define F_STAMPA_ANNO 109
 | |
| #define F_CODLIB_STAMPA 110
 | |
| #define F_PAGFINALE 111
 | |
| #define F_TITOLO_PROVA 112
 | |
| #define F_TITOLO_BOLLATO 113
 | |
| #define F_LIBRO_UNICO2 114
 | |
| #define F_GRUPPO 115
 | |
| #define F_STAMPA_MESEG 116  
 | |
| #define F_ANNO 117
 | |
| #define F_CODDITTA 118
 | |
| #define F_RAGSOC 119
 | |
| 
 | |
| #endif  // __BA3600_H
 | |
| 
 |