1 Star 0 Fork 19

张文迪 / 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];
1
https://gitee.com/wz109/third_party_gptfdisk.git
git@gitee.com:wz109/third_party_gptfdisk.git
wz109
third_party_gptfdisk
third_party_gptfdisk
master

搜索帮助