Initial support for building for RISC OS using CMake
[debian-nspark.git] / crc.h
blob520f120c755eb11d2ea56dd0a218005b4fcf89d7
1 /*
2 * Cyclic Redundancy Checking function prototypes
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 */
11 #ifndef __CRC_H
12 #define __CRC_H
14 extern Word crc;
15 void calccrc(Byte byte);
17 #endif /* __CRC_H */