diff options
| author | Mistivia <i@mistivia.com> | 2024-03-24 09:36:51 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2024-03-24 09:36:51 +0800 |
| commit | 1208bdd0fccc5f1e380053d8e0a7f4df6fe8f805 (patch) | |
| tree | a4fddb7211a2782b3934cf02d80ef6d1734ec1c2 /src/mmhash.h | |
git init
Diffstat (limited to 'src/mmhash.h')
| -rw-r--r-- | src/mmhash.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mmhash.h b/src/mmhash.h new file mode 100644 index 0000000..a795cb1 --- /dev/null +++ b/src/mmhash.h @@ -0,0 +1,8 @@ +#ifndef ALGDS_HASH_H_ +#define ALGDS_HASH_H_ + +#include <stdint.h> + +uint64_t mmhash(const void *key, int len, uint64_t seed); + +#endif |
