refactor: send the command with retry and error detection
[lunaix-os.git] / lunaix-os / includes / klibc / string.h
index 35fd53e76c97e8a79697a7d604038ce1eb930889..fcb0df5286167ebf9a43586efe30da7fa13f6b43 100644 (file)
@@ -33,4 +33,10 @@ strchr(const char* str, int character);
 int
 streq(const char* a, const char* b);
 
 int
 streq(const char* a, const char* b);
 
+void
+strrtrim(char* str);
+
+void*
+strltrim_safe(char* str);
+
 #endif /* __LUNAIX_STRING_H */
 #endif /* __LUNAIX_STRING_H */