micetools/src/micetools/lib/mice/crc.h

3 lines
101 B
C
Raw Normal View History

2022-07-02 15:07:54 +00:00
void crc32_build_table();
unsigned int crc32(int length, unsigned char *data, unsigned int initial);