misc/libphysfs/lzma/C/Sort.h
author nemo
Wed, 18 Apr 2018 10:30:10 -0400
changeset 13332 003f17cb5920
parent 12213 bb5522e88ab2
permissions -rw-r--r--
bump cpack .24 to .24.1, make the moc filter broader

/* Sort.h */

#ifndef __7Z_Sort_H
#define __7Z_Sort_H

#include "Types.h"

void HeapSort(UInt32 *p, UInt32 size);
/* void HeapSortRef(UInt32 *p, UInt32 *vals, UInt32 size); */

#endif