#ifndef TOOLBOX_HASH_H #define TOOLBOX_HASH_H #include uint64_t hash_cstr(const char *r_p_cstr); #endif