X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bf870a1dde437a48ae40d092a14e164c861ea102..c4d08ac5260bb26db10bcfd9dc6fd2db60efebe9:/lunaix-os/includes/klibc/string.h?ds=sidebyside 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 */