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