mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
4 lines
99 B
C
4 lines
99 B
C
#pragma once
|
|
|
|
unsigned int crc32_le(unsigned int crc, unsigned char const * buf,unsigned int len);
|