#ifndef TOOLBOX_HASH_H #define TOOLBOX_HASH_H #include <stdint.h> uint64_t hash_cstr(const char *r_p_cstr); #endif