17 lines
		
	
	
		
			302 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			302 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | /*
 | ||
|  |  * Copyright (c) 2006-2023, RT-Thread Development Team | ||
|  |  * | ||
|  |  * SPDX-License-Identifier: Apache-2.0 | ||
|  |  * | ||
|  |  * Change Logs: | ||
|  |  * Date           Author       Notes | ||
|  |  * 2023-11-01     Shell        Init ver. | ||
|  |  */ | ||
|  | 
 | ||
|  | #ifndef __LIBADT_DICT_H__
 | ||
|  | #define __LIBADT_DICT_H__
 | ||
|  | 
 | ||
|  | #include "rt_uthash.h"
 | ||
|  | 
 | ||
|  | #endif
 |