Parser: make check_int() accept hex input if prefixed with 0x
[fio.git] / crc64.h
1 #ifndef CRC64_H
2 #define CRC64_H
3
4 unsigned long long crc64(const unsigned char *, unsigned long);
5
6 #endif