]> git.sesse.net Git - pgn-extract/blobdiff - farmhash-c.h
Store a hash of the previous board, to be able to disambigutate transpositions. ...
[pgn-extract] / farmhash-c.h
diff --git a/farmhash-c.h b/farmhash-c.h
new file mode 100644 (file)
index 0000000..c78283d
--- /dev/null
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+uint32_t farmhash_32(const char* s, size_t len);