#ifndef str_h #define str_h #include #include uint64_t fnv1a64(uint8_t* buf, size_t size); #endif