Add back model_thread; it is still needed
[c11tester.git] / hashfunction.h
1 #ifndef __HASH_FUNCTION__
2 #define __HASH_FUNCTION__
3
4 #include <stdint.h>
5
6 unsigned int int64_hash(uint64_t key);
7
8 #endif