The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

void SortFileNames(const UStringVector &strings, CIntVector &indices);

#endif