diff options
| author | Mistivia <i@mistivia.com> | 2025-06-09 17:54:55 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-09 17:55:13 +0800 |
| commit | 2f0781104330d1ae4fae041560ee3a5cb892c3b6 (patch) | |
| tree | e43dfccb7ea1b0ab13a659ed4fce05acb2cb13b5 /src/hash_table.h | |
| parent | a690e564d82a46c4e729d88fcc660e4e2f1e6ceb (diff) | |
genenric tree map
Diffstat (limited to 'src/hash_table.h')
| -rw-r--r-- | src/hash_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash_table.h b/src/hash_table.h index ba42628..9b45dff 100644 --- a/src/hash_table.h +++ b/src/hash_table.h @@ -92,6 +92,7 @@ HASH_TABLE_DEF(Int, Int); HASH_TABLE_DEF(Int, Double); HASH_TABLE_DEF(VoidPtr, Int); HASH_TABLE_DEF(VoidPtr, String); +HASH_TABLE_DEF(VoidPtr, VoidPtr); void init_hash_table(HashTable *ht, int64_t elemsz, int64_t cap); bool hash_table_insert(HashTable *ht, void *elem, uint64_t (*hash)(void*), bool (*eq)(void*, void*)); |
