source:
abuse/branches/pd/abuse/inc/crc.hpp
@
636
Last change on this file since 636 was 49, checked in by , 15 years ago | |
---|---|
File size: 169 bytes |
Line | |
---|---|
1 | #ifndef _CRC_HPP_ |
2 | #define _CRC_HPP_ |
3 | #include "specs.hpp" |
4 | #include "macs.hpp" |
5 | |
6 | unsigned short calc_crc(unsigned char *buf, long len); |
7 | ulong crc_file(bFILE *fp); |
8 | |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.