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
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
usr
/
includes
/
string.h
diff --git
a/lunaix-os/usr/includes/string.h
b/lunaix-os/usr/includes/string.h
index a3099247c53903992206ddd80200e780cf4082be..7383a0f2d14d6c6710d0eb0f406446b8c646fb84 100644
(file)
--- a/
lunaix-os/usr/includes/string.h
+++ b/
lunaix-os/usr/includes/string.h
@@
-12,4
+12,13
@@
strnlen(const char* str, size_t max_len);
char*
strncpy(char* dest, const char* src, size_t n);
char*
strncpy(char* dest, const char* src, size_t n);
+const char*
+strchr(const char* str, int character);
+
+char*
+strcpy(char* dest, const char* src);
+
+int
+strcmp(const char* s1, const char* s2);
+
#endif /* __LUNAIX_STRING_H */
#endif /* __LUNAIX_STRING_H */