crc.h 97 B

1234567
  1. #ifndef CRC_H_
  2. #define CRC_H_
  3. uint8_t crc8(const void *buf, uint8_t size);
  4. #endif /* CRC_H_ */