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 f415a1b commit 261406eCopy full SHA for 261406e
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