summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/Utils.hpp b/Private/NewKit/Utils.hpp
index 42d3ca70..14987126 100644
--- a/Private/NewKit/Utils.hpp
+++ b/Private/NewKit/Utils.hpp
@@ -22,7 +22,7 @@ namespace HCore
const Char *alloc_string(const Char *text);
Size string_length(const Char *str);
Size string_length(const Char *str, SizeT _len);
- Boolean to_str(Char *buf, Int limit, Int base);
+ Boolean rt_to_string(Char *buf, Int limit, Int base);
Boolean is_newln(Char chr);
Boolean is_space(Char chr);
Int rt_to_uppercase(Int c);