Files
2023-05-21 21:22:01 +02:00

4 lines
99 B
C

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