X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/4769a870917b98723690aa336d12d0656769528b..55ed1283281df8f98b48a80c0ca989ba6fda5b7b:/lunaix-os/includes/klibc/string.h diff --git a/lunaix-os/includes/klibc/string.h b/lunaix-os/includes/klibc/string.h index 35fd53e..fcb0df5 100644 --- a/lunaix-os/includes/klibc/string.h +++ b/lunaix-os/includes/klibc/string.h @@ -33,4 +33,10 @@ strchr(const char* str, int character); int streq(const char* a, const char* b); +void +strrtrim(char* str); + +void* +strltrim_safe(char* str); + #endif /* __LUNAIX_STRING_H */