#ifndef FIO_FNV_H #define FIO_FNV_H #include uint64_t fnv(const void *, uint32_t, uint64_t); #endif