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