Initial commit
This commit is contained in:
		
							
								
								
									
										13
									
								
								src/cw/cfg.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								src/cw/cfg.h
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
#ifndef _CFG_H
 | 
			
		||||
#define _CFG_H
 | 
			
		||||
 | 
			
		||||
#include <mavl.h>
 | 
			
		||||
 | 
			
		||||
typedef struct mavl cw_Cfg_t;
 | 
			
		||||
 | 
			
		||||
cw_Cfg_t * cfg_create();
 | 
			
		||||
int cfg_set(cw_Cfg_t *cfg,const char *key, const char *val);
 | 
			
		||||
void cw_Cfg_dump(cw_Cfg_t *cfg);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user