X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c4d08ac5260bb26db10bcfd9dc6fd2db60efebe9..8ce769cc52e91ff3cdb8eda4b1f5d8fe58241688:/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 */