X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0e1309c02f0703c050df09b71346dab60fc6df87..e5c3c8accffbcd77fea12ccf2b0accc70c645aaa:/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 */