Files
0ad/source/lib/crc32.h
T
Ykkrosh a8f48ff7e0 XMB
This was SVN commit r665.
2004-07-08 15:22:09 +00:00

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);