diff options
Diffstat (limited to 'lib/string/string.h')
| -rw-r--r-- | lib/string/string.h | 2 |
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); |
