repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
lg
/
crc32.h
blob
6bba7031f6b7ac3b4737b612f512335c2877d850
1
///////////////////////////////////////////////////////////////////////////////
2
// $Source: x:/prj/tech/libsrc/lg/RCS/crc32.h $
3
// $Author: TOML $
4
// $Date: 1997/01/29 17:52:40 $
5
// $Revision: 1.1 $
6
//
7
8
#ifndef __CRC32_H
9
#define __CRC32_H
10
11
EXTERN ulong
Crc32
(
uchar
*
buf
,
int
len
);
12
13
#endif
/* !__CRC32_H */