summaryrefslogtreecommitdiff
path: root/src/strings/strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/strncasecmp.c')
-rw-r--r--src/strings/strncasecmp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/strncasecmp.c b/src/strings/strncasecmp.c
index fc02e734..7942be88 100644
--- a/src/strings/strncasecmp.c
+++ b/src/strings/strncasecmp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <strings.h>
#include <ctype.h>
@@ -29,3 +31,6 @@ int strncasecmp(const char *s1, const char *s2, size_t n)
XOPEN(400)
POSIX(200809)
*/
+
+
+#endif