Files
2021-01-12 23:49:30 +01:00

4 lines
99 B
C

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