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
Merge branch 'master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
tests
/
includes
/
testing
/
strutils.h
diff --git a/lunaix-os/tests/includes/testing/strutils.h
b/lunaix-os/tests/includes/testing/strutils.h
new file mode 100644
(file)
index 0000000..
978d52a
--- /dev/null
+++ b/
lunaix-os/tests/includes/testing/strutils.h
@@ -0,0
+1,7
@@
+#ifndef __TESTING_STRUTILS_H
+#define __TESTING_STRUTILS_H
+
+extern unsigned long strlen(const char *s);
+extern int strcmp(const char *s1, const char *s2);
+
+#endif /* __LUNAIX_STRUTILS_H */