summaryrefslogtreecommitdiff
path: root/src/strings/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/index.c')
-rw-r--r--src/strings/index.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/strings/index.c b/src/strings/index.c
deleted file mode 100644
index 5531451f..00000000
--- a/src/strings/index.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <string.h>
-#include <strings.h>
-
-char *index(const char *s, int c)
-{
- return strchr(s, c);
-}
-
-/*
-XOPEN(400,700)
-*/
-
-
-#endif