forked from menault/TD2_DEV51_Qualite_Algo
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef DB_SQLITE_H
 | 
						|
#define DB_SQLITE_H
 | 
						|
 | 
						|
int db_connect();
 | 
						|
int db_disconnect();
 | 
						|
int insert_hourly_report(double mean,double max,double min,int high,int loss,int reached);
 | 
						|
 | 
						|
#endif
 |