Ai
1 Star 0 Fork 1

rustlab/7-Zip-zstd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Sort.h 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tino Reichardt 提交于 2020-05-31 19:08 +08:00 . Normalize all the line endings
/* Sort.h -- Sort functions
2014-04-05 : Igor Pavlov : Public domain */
#ifndef __7Z_SORT_H
#define __7Z_SORT_H
#include "7zTypes.h"
EXTERN_C_BEGIN
void HeapSort(UInt32 *p, size_t size);
void HeapSort64(UInt64 *p, size_t size);
/* void HeapSortRef(UInt32 *p, UInt32 *vals, size_t size); */
EXTERN_C_END
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rustlab/7-Zip-zstd.git
git@gitee.com:rustlab/7-Zip-zstd.git
rustlab
7-Zip-zstd
7-Zip-zstd
master

搜索帮助