X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c4d08ac5260bb26db10bcfd9dc6fd2db60efebe9..63ba0036aaf8ec77590db47d936942e78ff3ed6f:/lunaix-os/includes/klibc/string.h diff --git a/lunaix-os/includes/klibc/string.h b/lunaix-os/includes/klibc/string.h index fcb0df5..dc4e6e1 100644 --- a/lunaix-os/includes/klibc/string.h +++ b/lunaix-os/includes/klibc/string.h @@ -36,7 +36,7 @@ streq(const char* a, const char* b); void strrtrim(char* str); -void* +char* strltrim_safe(char* str); #endif /* __LUNAIX_STRING_H */