Subversion Repositories pentevo

Rev

Rev 783 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #pragma once
  2.  
  3. unsigned wd93_crc(unsigned char *ptr, unsigned size);
  4. unsigned short crc16(unsigned char *buf, unsigned size);
  5. void udi_buggy_crc(int &crc, unsigned char *buf, unsigned len);
  6.