mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-22 18:17:23 +08:00
71560bafb5
Signed-off-by: Shell <smokewood@qq.com> Co-authored-by: xqyjlj <xqyjlj@126.com>
17 lines
286 B
C
17 lines
286 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
|