diff options
Diffstat (limited to 'src/string/strstr.c')
-rw-r--r-- | src/string/strstr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strstr.c b/src/string/strstr.c index d0f3551a..4a8d9767 100644 --- a/src/string/strstr.c +++ b/src/string/strstr.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -37,3 +39,6 @@ character of ARGUMENT(s1). /* STDC(1) */ + + +#endif |