diff options
Diffstat (limited to 'src/string/strpbrk.c')
-rw-r--r-- | src/string/strpbrk.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strpbrk.c b/src/string/strpbrk.c index 9ad6a5ff..4b99b623 100644 --- a/src/string/strpbrk.c +++ b/src/string/strpbrk.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -28,3 +30,6 @@ RETURN_FAILURE(CONSTANT(NULL)); RETURN_SUCCESS(a pointer to the located character); STDC(1) */ + + +#endif |