aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/StringUtil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/StringUtil.hh')
-rw-r--r--src/FbTk/StringUtil.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/StringUtil.hh b/src/FbTk/StringUtil.hh
index 538828b..930e0b5 100644
--- a/src/FbTk/StringUtil.hh
+++ b/src/FbTk/StringUtil.hh
@@ -44,6 +44,7 @@ int extractNumber(const std::string& in, unsigned long long& out);
44 44
45/// creates a number to a string 45/// creates a number to a string
46std::string number2String(long long num); 46std::string number2String(long long num);
47std::string number2HexString(long long num);
47 48
48/// Similar to `strstr' but this function ignores the case of both strings 49/// Similar to `strstr' but this function ignores the case of both strings
49const char *strcasestr(const char *str, const char *ptn); 50const char *strcasestr(const char *str, const char *ptn);