6 lines
109 B
C
6 lines
109 B
C
#ifndef CRC64_H
|
|
#define CRC64_H
|
|
|
|
unsigned long long fio_crc64(const unsigned char *, unsigned long);
|
|
|
|
#endif
|