1 Star 0 Fork 0

xiaolu / test_tcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
crc32.h 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
lluo 提交于 2021-10-26 17:05 . add tcp func
#ifndef _CRC_CRC32_H
#define _CRC_CRC32_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
uint32_t crc32(unsigned char* s, int len);
uint32_t sum_id(unsigned char* s, int len);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif
1
https://gitee.com/luo_lu/test_tcp.git
git@gitee.com:luo_lu/test_tcp.git
luo_lu
test_tcp
test_tcp
master

搜索帮助