diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-09 09:05:02 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-09 09:05:02 +0200 |
| commit | 78579419442f22641368db777120d7e75cbaee94 (patch) | |
| tree | cd49284e7fe0a4c1e8057fce6e2aa66a07f12fee /kernel/include/libk/string.h | |
| parent | e11298e56be560de64bbccfe74fef7ff85c623d1 (diff) | |
map on page fault
Diffstat (limited to 'kernel/include/libk/string.h')
| -rw-r--r-- | kernel/include/libk/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/libk/string.h b/kernel/include/libk/string.h index 64a7f81..9fe8448 100644 --- a/kernel/include/libk/string.h +++ b/kernel/include/libk/string.h @@ -6,6 +6,7 @@ size_t strlen(const char* s); uint64_t stoi(const char *s); void itos(uint64_t num, char* s); +void itoh(uint64_t num, char* s); void strrev(char *s); #endif |
