1 2 3 4 5 6 7 8
#ifndef __XXH32_H #define __XXH32_H #include <stdint.h> uint32_t XXH32(void const *const input, size_t const length, uint32_t const seed); #endif