hash.h 118 B

123456789
  1. #ifndef TOOLBOX_HASH_H
  2. #define TOOLBOX_HASH_H
  3. #include <stdint.h>
  4. uint64_t
  5. hash_cstr(const char *r_p_cstr);
  6. #endif