APUE Learning Example Source Code
guowenxue
2020-06-07 8a383b8715fc07145fdc3f3e3dbe6ecd93f72989
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];