mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +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);
|