diff options
Diffstat (limited to 'src/strings/index.c')
-rw-r--r-- | src/strings/index.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/index.c b/src/strings/index.c index 0d5ca277..5531451f 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <strings.h> @@ -9,3 +11,6 @@ char *index(const char *s, int c) /* XOPEN(400,700) */ + + +#endif |