aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/StringToInt.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2022-06-20 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 13:35:20 +0500
commita3e1d227377188734b82f023f96f8e25dc40f3e6 (patch)
tree23cad8d47eb23d26ea727b4f7f4a65124f724065 /CPP/Common/StringToInt.h
parentf19f813537c7aea1c20749c914e756b54a9c3cf5 (diff)
download7zip-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.h1
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();
10UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw(); 10UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw();
11UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw(); 11UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
12 12
13// Int32 ConvertStringToInt32(const char *s, const char **end) throw();
13Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); 14Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw();
14 15
15UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw(); 16UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw();