diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-08 09:35:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-08 09:36:50 +0200 |
| commit | 3616886fed21351949865ba0f57011624a172e74 (patch) | |
| tree | 3ff4f3f64c1fa6bc08d2111ca66056e1f7877db8 /dev/kernel/src/UtfUtils.cc | |
| parent | f6a7873714c73b8f3d3190669f8a3181d6679b9d (diff) | |
feat: Reinforce code inside PEFCodeMgr and mkfs.hefs, extend fsck.hefs
and libmkfs.
fix: Fix UserMgr FNV hashing.
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, 2 insertions, 0 deletions
diff --git a/dev/kernel/src/UtfUtils.cc b/dev/kernel/src/UtfUtils.cc index ae17aed7..a5c03b85 100644 --- a/dev/kernel/src/UtfUtils.cc +++ b/dev/kernel/src/UtfUtils.cc @@ -6,6 +6,8 @@ #include <NeKit/Utils.h> +/// @author Amlal El Mahrouss (amlal@nekernel.org) + namespace Kernel { Size urt_string_len(const Utf8Char* str) { SizeT len{0}; |
