misc/libphysfs/lzma/C/Sort.h
author antonc27 <antonc27@mail.ru>
Sun, 10 Jun 2018 19:12:26 +0200
branchios-develop
changeset 13418 ba39a1d396c0
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Merge default to ios-develop

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