Files
easy7zip/CPP/7zip/UI/FileManager/FormatUtils.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

15 lines
325 B
C

// FormatUtils.h
#ifndef __FORMAT_UTILS_H
#define __FORMAT_UTILS_H
#include "../../../Common/MyTypes.h"
#include "../../../Common/MyString.h"
UString NumberToString(UInt64 number);
UString MyFormatNew(const UString &format, const UString &argument);
UString MyFormatNew(UINT resourceID, const UString &argument);
#endif