APUE Learning Example Source Code
guowenxue
2020-04-29 b8fb7f30f9d42d69bf25734bf0ee351809e62198
prj1_tlv/lylib/crc-itu-t.h
@@ -13,7 +13,7 @@
#ifndef CRC_ITU_T_H
#define CRC_ITU_T_H
#define MAGIC_CRC           0x1E50
#define MAGIC_CRC           0x0107
extern const unsigned short  crc_itu_t_table[256];