diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 21:49:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 21:49:58 +0100 |
| commit | df44a789fc90497325ba91be515c02145ae39142 (patch) | |
| tree | 71fca5d75367399a38c37e9adc43ac5e816a0327 /Private/NewKit | |
| parent | 08eeda990be33db8048031df2a40ec28955e6430 (diff) | |
Kernel: Provide platform specific code for IOArray.
Kernel: Add PE header for Kernel AND bootloader.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Utils.hpp | 2 |
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); |
