feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git] / lunaix-os / includes / klibc / string.h
index fcb0df5286167ebf9a43586efe30da7fa13f6b43..dc4e6e1f1bcb605a81adba289dc33b7ebe15e34c 100644 (file)
@@ -36,7 +36,7 @@ streq(const char* a, const char* b);
 void
 strrtrim(char* str);
 
-void*
+char*
 strltrim_safe(char* str);
 
 #endif /* __LUNAIX_STRING_H */