#ifndef _CRC_CRC64_H #define _CRC_CRC64_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ uint64_t crc64(const char *s, int l); #ifdef __cplusplus } #endif /* __cplusplus */ #endif