git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git]
/
lunaix-os
/
includes
/
klibc
/
string.h
diff --git
a/lunaix-os/includes/klibc/string.h
b/lunaix-os/includes/klibc/string.h
index fcb0df5286167ebf9a43586efe30da7fa13f6b43..dc4e6e1f1bcb605a81adba289dc33b7ebe15e34c 100644
(file)
--- a/
lunaix-os/includes/klibc/string.h
+++ b/
lunaix-os/includes/klibc/string.h
@@
-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 */