]> git.sesse.net Git - pgn-extract/blob - farmhash-c.h
Store a hash of the previous board, to be able to disambigutate transpositions. ...
[pgn-extract] / farmhash-c.h
1 #include <stdint.h>
2
3 uint32_t farmhash_32(const char* s, size_t len);