Sha256: d7610a3c8d50f84337bad997ad5e269f782d542fd30e8ef3303ff2bfb9c275bf

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

/* 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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
seven-zip-1.6.2 ext/p7zip/C/Sort.h
seven-zip-1.7.0.rc1 ext/p7zip/C/Sort.h
chd-0.1.1 libchdr/deps/lzma-19.00/include/Sort.h