crc32.h

来自「3号作品是分析WarCraft III游戏的replay文件的命令行工具」· C头文件 代码 · 共 19 行

H
19
字号
/*
 * 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. */

void chksum_crc32gentab ();
unsigned long chksum_crc32 (unsigned char *block, unsigned int length);
extern unsigned long crc_tab[256];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?