]> git.sesse.net Git - remoteglot-book/blob - hash.h
9b9550afec5574228e9b4a5dd3b82013ddd2b72d
[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)