update libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / lzma-22.01 / include / Sort.h
CommitLineData
9e052883 1/* Sort.h -- Sort functions\r
22014-04-05 : Igor Pavlov : Public domain */\r
3\r
4#ifndef __7Z_SORT_H\r
5#define __7Z_SORT_H\r
6\r
7#include "7zTypes.h"\r
8\r
9EXTERN_C_BEGIN\r
10\r
11void HeapSort(UInt32 *p, size_t size);\r
12void HeapSort64(UInt64 *p, size_t size);\r
13\r
14/* void HeapSortRef(UInt32 *p, UInt32 *vals, size_t size); */\r
15\r
16EXTERN_C_END\r
17\r
18#endif\r