diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 13:37:34 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 13:37:49 +0200 |
| commit | 738833a0470ce93b7809ca4bdea253677f27fb57 (patch) | |
| tree | 4517ac676fb64bf80d85303b5596844f056027d1 /dev/kernel/src/UtfUtils.cc | |
| parent | 27fd1ba438eecbe184a5deda6d9f468509ec4f42 (diff) | |
feat!: Breaking changes, reworked the KString API inside the ne_kernel.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/src/UtfUtils.cc')
| -rw-r--r-- | dev/kernel/src/UtfUtils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/src/UtfUtils.cc b/dev/kernel/src/UtfUtils.cc index a5c03b85..907632ad 100644 --- a/dev/kernel/src/UtfUtils.cc +++ b/dev/kernel/src/UtfUtils.cc @@ -27,7 +27,7 @@ Void urt_set_memory(const voidPtr src, UInt32 dst, Size len) { } } -Int32 rt_string_cmp(const Utf8Char* src, const Utf8Char* cmp, Size size) { +Int32 urt_string_cmp(const Utf8Char* src, const Utf8Char* cmp, Size size) { Int32 counter = 0; for (Size index = 0; index < size; ++index) { |
