home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
disk
/
archive
/
nspark_1
/
nspark-1.7.5
/
crc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-20
|
306b
|
20 lines
/*
* Cyclic Redundancy Checking function prototypes
*
* $Header: crc.h 1.1 92/09/29 $
* $Log: crc.h,v $
* Revision 1.1 92/09/29 18:02:32 duplain
* Initial revision
*
*/
#ifndef __CRC_H
#define __CRC_H
#include "cproto.h"
extern Word crc;
void calccrc P__((Byte byte));
#endif /* __CRC_H */