]> Shamusworld >> Repos - virtualjaguar/blob - src/include/crc32.h
Minor cosmetic change
[virtualjaguar] / src / include / crc32.h
1 //
2 // CRC32.H
3 //
4
5 #ifndef __CRC32_H__
6 #define __CRC32_H__
7
8 int crc32_calcCheckSum(unsigned char * data, unsigned int length);
9
10 #endif  // __CRC32_H__