1 Star 0 Fork 27

guzhihao4/third_party_gptfdisk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
crc32.h 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* efone - Distributed internet phone system.
*
* (c) 1999,2000 Krzysztof Dabrowski
* (c) 1999,2000 ElysiuM deeZine
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
*/
/* based on implementation by Finn Yannick Jacobs. */
#include <stdint.h>
void chksum_crc32gentab ();
uint32_t chksum_crc32 (unsigned char *block, unsigned int length);
extern unsigned int crc_tab[256];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guzhihao4/third_party_gptfdisk.git
git@gitee.com:guzhihao4/third_party_gptfdisk.git
guzhihao4
third_party_gptfdisk
third_party_gptfdisk
master

搜索帮助