Sha256: c43f716ae8eae7cb40727bca2b4f595f8131042f5cd0bd4b87b98f67f52c968d
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 Bytes
Contents
#ifndef _CRC16_CCITT_H_ #define _CRC16_CCITT_H_ #include "../crc16/crc16.h" crc16_t crc16_ccitt_update(crc16_t crc, const void *data, size_t data_len); #endif
Version data entries
7 entries across 7 versions & 1 rubygems