#ifndef __XXH32_H #define __XXH32_H #include uint32_t XXH32(void const *const input, size_t const length, uint32_t const seed); #endif