repo.or.cz
/
debian-nspark.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MSDOS can not handle the corruption test.
[debian-nspark.git]
/
crc.h
blob
520f120c755eb11d2ea56dd0a218005b4fcf89d7
1
/*
2
* Cyclic Redundancy Checking function prototypes
3
*
4
* $Header: crc.h 1.1 92/09/29 $
5
* $Log: crc.h,v $
6
* Revision 1.1 92/09/29 18:02:32 duplain
7
* Initial revision
8
*
9
*/
10
11
#ifndef __CRC_H
12
#define __CRC_H
13
14
extern
Word crc
;
15
void
calccrc
(
Byte byte
);
16
17
#endif
/* __CRC_H */