xref: /third_party/lzma/CPP/7zip/UI/FileManager/FormatUtils.h (revision 370b324c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/UI/FileManager/
1// FormatUtils.h
2
3#ifndef ZIP7_INC_FORMAT_UTILS_H
4#define ZIP7_INC_FORMAT_UTILS_H
5
6#include "../../../Common/MyTypes.h"
7#include "../../../Common/MyString.h"
8
9UString NumberToString(UInt64 number);
10
11UString MyFormatNew(const UString &format, const UString &argument);
12UString MyFormatNew(UINT resourceID, const UString &argument);
13
14#endif
15

Indexes created Thu Nov 07 10:32:03 CST 2024