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: vfs - path walking and dnode caching.
[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 8337ef188278663813ec1b4dcdd04d1281906256..35fd53e76c97e8a79697a7d604038ce1eb930889 100644
(file)
--- a/
lunaix-os/includes/klibc/string.h
+++ b/
lunaix-os/includes/klibc/string.h
@@
-30,4
+30,7
@@
strncpy(char* dest, const char* src, size_t n);
const char*
strchr(const char* str, int character);
+int
+streq(const char* a, const char* b);
+
#endif /* __LUNAIX_STRING_H */