|
Revision 157
(checked in by ldavis, 4 years ago)
|
added svn:eol-style to all files
added svn:mime-type to all files
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
// crc.h: interface for the crc class. |
|---|
| 2 |
// |
|---|
| 3 |
////////////////////////////////////////////////////////////////////// |
|---|
| 4 |
|
|---|
| 5 |
#if !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_) |
|---|
| 6 |
#define AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_ |
|---|
| 7 |
|
|---|
| 8 |
#if _MSC_VER > 1000 |
|---|
| 9 |
#pragma once |
|---|
| 10 |
#endif // _MSC_VER > 1000 |
|---|
| 11 |
|
|---|
| 12 |
unsigned calc_crc32(const void* buf, unsigned size); |
|---|
| 13 |
unsigned calc_crc16(const void* buf, unsigned size); |
|---|
| 14 |
|
|---|
| 15 |
#endif // !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_) |
|---|