X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1f37d39e678168ffc089bcde6f9ea203c4763550..8b8f49b713d64065775fe538232f8639083601bd:/lunaix-os/includes/klibc/string.h diff --git a/lunaix-os/includes/klibc/string.h b/lunaix-os/includes/klibc/string.h index 8337ef1..dc4e6e1 100644 --- a/lunaix-os/includes/klibc/string.h +++ b/lunaix-os/includes/klibc/string.h @@ -30,4 +30,13 @@ strncpy(char* dest, const char* src, size_t n); const char* strchr(const char* str, int character); +int +streq(const char* a, const char* b); + +void +strrtrim(char* str); + +char* +strltrim_safe(char* str); + #endif /* __LUNAIX_STRING_H */