source: abuse/trunk/src/include/crc.hpp @ 11

Last change on this file since 11 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 169 bytes
RevLine 
[2]1#ifndef _CRC_HPP_
2#define _CRC_HPP_
3#include "specs.hpp"
4#include "macs.hpp"
5
6unsigned short calc_crc(unsigned char *buf, long len);
7ulong crc_file(bFILE *fp);
8
9
10#endif
Note: See TracBrowser for help on using the repository browser.