Files

9 lines
106 B
C
Raw Permalink Normal View History

2026-03-21 10:54:50 +00:00
#ifndef HASH_H_
#define HASH_H_
#include <stdint.h>
extern uint64_t hash_string(const char *s);
#endif