diff options
Diffstat (limited to 'src/strings/index.c')
| -rw-r--r-- | src/strings/index.c | 16 |
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 |
