summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v3/hashtable.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v3/hashtable.h
working
Diffstat (limited to 'vere/pkg/noun/v3/hashtable.h')
-rw-r--r--vere/pkg/noun/v3/hashtable.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/hashtable.h b/vere/pkg/noun/v3/hashtable.h
new file mode 100644
index 0000000..1d00a86
--- /dev/null
+++ b/vere/pkg/noun/v3/hashtable.h
@@ -0,0 +1,18 @@
+#ifndef U3_HASHTABLE_V3_H
+#define U3_HASHTABLE_V3_H
+
+#define u3h_v3_free u3h_free
+#define u3h_v3_new u3h_new
+#define u3h_v3_root u3h_root
+#define u3h_v3_walk u3h_walk
+
+#include "../hashtable.h"
+
+ /** Functions.
+ **/
+ /* u3h_v3_new_cache(): create hashtable with bounded size.
+ */
+ u3p(u3h_v3_root)
+ u3h_v3_new_cache(c3_w clk_w);
+
+#endif /* U3_HASHTABLE_V3_H */