Files
easy7zip/CPP/7zip/UI/Common/SortUtils.h
Igor Pavlov c574fc0f4b 4.46 beta
2016-05-28 00:15:51 +01:00

12 lines
241 B
C
Executable File

// SortUtils.h
#ifndef __SORTUTLS_H
#define __SORTUTLS_H
#include "Common/String.h"
void SortStringsToIndices(const UStringVector &strings, CIntVector &indices);
// void SortStrings(const UStringVector &src, UStringVector &dest);
#endif