12 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CG1100_H
 | |
| #define __CG1100_H
 | |
| 
 | |
| #define F_DATA_STAMPA   100
 | |
| #define F_SCELTA_STAMPA 101
 | |
| #define F_SALTO_PAGINA  102 
 | |
| #define F_CODDITTA      103
 | |
| #define F_RAGSOC        104
 | |
| 
 | |
| #endif
 | |
| 
 |