Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@18930 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			544 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			544 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
// statistica donatori per sesso e fascie di eta'
 | 
						|
// definizione campi per maschera di selezione
 | 
						|
 | 
						|
#define F_SEZINI    201
 | 
						|
#define F_D_SEZINI  202
 | 
						|
#define F_SOTINI    203
 | 
						|
#define F_D_SOTINI  204
 | 
						|
#define F_SEZFIN    205
 | 
						|
#define F_D_SEZFIN  206
 | 
						|
#define F_SOTFIN    207
 | 
						|
#define F_D_SOTFIN  208
 | 
						|
 | 
						|
#define F_CATDON    301
 | 
						|
#define F_D_CATDON  302
 | 
						|
#define F_DATA      303
 | 
						|
#define F_PERGRUPPO     304
 | 
						|
#define F_GRUPPOAZIE    305
 | 
						|
#define F_D_GRUPPOAZIE  306
 | 
						|
#define F_SOLOTOT   307
 | 
						|
#define F_FASCIE    308
 | 
						|
 | 
						|
#define F_ETAINI    101
 | 
						|
#define F_ETAFIN    102
 |