#ifndef HASH_H_ #define HASH_H_ #include extern uint64_t hash_string(const char *s); #endif