Initial import
[project/ufp.git] / src / xxhash32.h
1 #ifndef __XXH32_H
2 #define __XXH32_H
3
4 #include <stdint.h>
5
6 uint32_t XXH32(void const *const input, size_t const length, uint32_t const seed);
7
8 #endif