diff options
| author | Mistivia <i@mistivia.com> | 2025-07-22 15:28:30 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-22 15:28:45 +0800 |
| commit | 999fcf0f7655c03265c222cc67617f0f510979bf (patch) | |
| tree | dd51680ffda411239e37460c834a996dc934dc63 /src/mmhash.h | |
| parent | a8764a20f355fd8fb7b03978d754d1cbd48d0a88 (diff) | |
change dir structure
Diffstat (limited to 'src/mmhash.h')
| -rw-r--r-- | src/mmhash.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mmhash.h b/src/mmhash.h deleted file mode 100644 index a795cb1..0000000 --- a/src/mmhash.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef ALGDS_HASH_H_ -#define ALGDS_HASH_H_ - -#include <stdint.h> - -uint64_t mmhash(const void *key, int len, uint64_t seed); - -#endif |
