#ifndef CRC32_H #define CRC32_H unsigned long GetFileCRC32(const char* file); unsigned long GetTextCRC32(const char* text); #endif // CRC32_H