]> git.sesse.net Git - remoteglot-book/blob - hash.h
Fix inverted logic in the hash. Gets me every time.
[remoteglot-book] / hash.h
1 #ifndef _HASH_H
2 #define _HASH_H 1
3
4 int hash_key_to_bucket(const char* s, size_t len, int num_buckets);
5
6 #endif  // !defined(_HASH_H)