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

Last change on this file since 17 was 17, checked in by Sam Hocevar, 18 years ago
  • absolute shitloads of 64 bit fixes.
File size: 159 bytes
Line 
1#ifndef _CRC_HPP_
2#define _CRC_HPP_
3#include "specs.hpp"
4#include "macs.hpp"
5
6uint16_t calc_crc(uint8_t *buf, int len);
7uint32_t crc_file(bFILE *fp);
8
9
10#endif
Note: See TracBrowser for help on using the repository browser.