aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/libk/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/libk/string.h')
-rw-r--r--kernel/include/libk/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/libk/string.h b/kernel/include/libk/string.h
index 490878f..8ea5b92 100644
--- a/kernel/include/libk/string.h
+++ b/kernel/include/libk/string.h
@@ -26,6 +26,7 @@ extern "C" {
#endif
size_t strlen(const char *str);
+void *memset(void *s, int c, size_t n);
#ifdef __cplusplus
}