From 037e8af41491364d7405aa247e494d034f8c22bf Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 12 Nov 2014 23:25:58 +0100 Subject: created string.h header --- lib/string/string.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/string/string.h (limited to 'lib/string') 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); -- cgit v1.2.3