1 // crc.h: interface for the crc class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_)
6 #define AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_
10 #endif // _MSC_VER > 1000
12 unsigned calc_crc32(const void* buf
, unsigned size
);
13 unsigned calc_crc16(const void* buf
, unsigned size
);
15 #endif // !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_)