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
Second Extended Filesystem (ext2) and other improvements (#33)
[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 04272ed90ba15c232e1c431884de8388618cf610..415d4816faca94275a8d15fddb7850ca5dd648a1 100644
(file)
--- a/
lunaix-os/includes/klibc/string.h
+++ b/
lunaix-os/includes/klibc/string.h
@@
-31,6
+31,9
@@
strchr(const char* str, int character);
int
streq(const char* a, const char* b);
int
streq(const char* a, const char* b);
+int
+strneq(const char* a, const char* b, unsigned long n);
+
void
strrtrim(char* str);
void
strrtrim(char* str);