misc/libphysfs/lzma/C/Sort.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     1 /* Sort.h */
       
     2 
       
     3 #ifndef __7Z_Sort_H
       
     4 #define __7Z_Sort_H
       
     5 
       
     6 #include "Types.h"
       
     7 
       
     8 void HeapSort(UInt32 *p, UInt32 size);
       
     9 /* void HeapSortRef(UInt32 *p, UInt32 *vals, UInt32 size); */
       
    10 
       
    11 #endif