2017-02-28 18:16:38 +01:00
|
|
|
/*
|
2019-08-03 19:43:48 +02:00
|
|
|
* This software is licensed under the terms of the MIT License.
|
2017-02-28 18:16:38 +01:00
|
|
|
* See COPYING for further information.
|
|
|
|
* ---
|
2024-05-16 23:30:41 +02:00
|
|
|
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
|
|
|
|
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
|
2017-02-28 18:16:38 +01:00
|
|
|
*/
|
|
|
|
|
2024-05-17 04:41:28 +02:00
|
|
|
#include "hashtable.h" // IWYU pragma: keep
|
2017-02-28 18:16:38 +01:00
|
|
|
|
2019-02-09 11:27:18 +01:00
|
|
|
#define HT_IMPL
|
|
|
|
#include "hashtable_predefs.inc.h"
|