Files
2020-11-29 18:25:32 +01:00

4 lines
99 B
C

#pragma once
unsigned int crc32_le(unsigned int crc, unsigned char const * buf,unsigned int len);