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
@@ -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 */