mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 07:36:23 +00:00
a8f48ff7e0
This was SVN commit r665.
5 lines
161 B
C
Executable File
5 lines
161 B
C
Executable File
// $Id: crc32.h,v 1.1 2004/07/08 15:21:21 philip Exp $
|
|
|
|
// I don't think this really needs any documentation
|
|
unsigned long crc32_calculate(char* data, int len);
|