APUE Learning Example Source Code
guowenxue
2021-10-01 3228e2c4a523a9b94639655d1d79b7bde7f19130
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];