We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963da4 commit 93439eeCopy full SHA for 93439ee
src/common/dict.h
@@ -6,6 +6,8 @@
6
#include <stdbool.h>
7
#include <stdalign.h>
8
9
+#include "portability.h"
10
+
11
typedef uint32_t KeyHash;
12
typedef KeyHash (*HashFn)(void*);
13
typedef bool (*CmpFn)(void*, void*);
0 commit comments