mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-11 09:08:34 +00:00
12 lines
175 B
C
12 lines
175 B
C
|
|
/* fcs_calc.h */
|
|
|
|
|
|
unsigned short fcs_calc (unsigned char *data, int len);
|
|
|
|
unsigned short crc16 (unsigned char *data, int len, unsigned short seed);
|
|
|
|
/* end fcs_calc.h */
|
|
|
|
|