diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2022-06-20 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 13:35:20 +0500 |
commit | a3e1d227377188734b82f023f96f8e25dc40f3e6 (patch) | |
tree | 23cad8d47eb23d26ea727b4f7f4a65124f724065 /CPP/Common/StringToInt.h | |
parent | f19f813537c7aea1c20749c914e756b54a9c3cf5 (diff) | |
download | 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.tar.gz 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.tar.bz2 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.zip |
22.0022.00
Diffstat (limited to 'CPP/Common/StringToInt.h')
-rw-r--r-- | CPP/Common/StringToInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Common/StringToInt.h b/CPP/Common/StringToInt.h index 5c5d7d7..4057e49 100644 --- a/CPP/Common/StringToInt.h +++ b/CPP/Common/StringToInt.h | |||
@@ -10,6 +10,7 @@ UInt64 ConvertStringToUInt64(const char *s, const char **end) throw(); | |||
10 | UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw(); | 10 | UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw(); |
11 | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw(); | 11 | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw(); |
12 | 12 | ||
13 | // Int32 ConvertStringToInt32(const char *s, const char **end) throw(); | ||
13 | Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); | 14 | Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); |
14 | 15 | ||
15 | UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw(); | 16 | UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw(); |