APUE Learning Example Source Code
guowenxue
2020-04-30 9d2a15e034348a38a569d4ff91047363f608ee79
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];