summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/NewKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-23 11:59:23 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-23 11:59:23 +0100
commit055aac915186d99ec526116e634c040f12733825 (patch)
treec0f94fa7aa217e281517128be5334320722283c5 /dev/Kernel/NewKit
parent78772d95f14818efadc676651d30b04f6ae57c7d (diff)
#4 WIP fixes (CUSA)
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/NewKit')
-rw-r--r--dev/Kernel/NewKit/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/NewKit/Utils.h b/dev/Kernel/NewKit/Utils.h
index 3c72ba8e..cafcfec9 100644
--- a/dev/Kernel/NewKit/Utils.h
+++ b/dev/Kernel/NewKit/Utils.h
@@ -16,7 +16,7 @@ namespace Kernel
voidPtr rt_set_memory(voidPtr dst, UInt32 val, Size len);
void rt_zero_memory(voidPtr pointer, Size len);
Int rt_string_cmp(const Char* src, const Char* cmp, Size len);
- const Char* alloc_string(const Char* text);
+ const Char* rt_alloc_string(const Char* text);
Size rt_string_len(const Char* str);
Size rt_string_len(const Char* str, SizeT _len);
Boolean rt_to_string(Char* buf, Int limit, Int base);