summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/string/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/string/string.h b/lib/string/string.h
new file mode 100644
index 0000000..23c9010
--- /dev/null
+++ b/lib/string/string.h
@@ -0,0 +1,2 @@
+#include "lib/bool/bool.h"
+bool strcmp(char *str1, char *str2, int length);