aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/StringToInt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();