diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-12-06 20:14:28 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-12-06 20:14:28 -0500 |
| commit | 2cf843ae6de1f35e5a5d3a947d0179337e82752f (patch) | |
| tree | 7e7983be37568fb0f9cbd806de94573a61df83ca /kernel/include/libk/string.h | |
| parent | 096d9ab61281062b6672c6c9f413de97e034d3f7 (diff) | |
I know; it's POINTLESS! However, I do enjoy programming in C more than
C++ so I ended up spending the hour it takes converting this project
from C++ to C.
Diffstat (limited to 'kernel/include/libk/string.h')
| -rw-r--r-- | kernel/include/libk/string.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/include/libk/string.h b/kernel/include/libk/string.h index 8ea5b92..88b9888 100644 --- a/kernel/include/libk/string.h +++ b/kernel/include/libk/string.h @@ -21,15 +21,7 @@ #include <stddef.h> -#ifdef __cplusplus -extern "C" { -#endif - size_t strlen(const char *str); void *memset(void *s, int c, size_t n); -#ifdef __cplusplus -} -#endif - #endif |
