diff options
Diffstat (limited to 'src/string/strtok.c')
-rw-r--r-- | src/string/strtok.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strtok.c b/src/string/strtok.c index f6c340ef..e031e55a 100644 --- a/src/string/strtok.c +++ b/src/string/strtok.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -36,3 +38,6 @@ CHAR(\0), terminating the token. /* STDC(1) */ + + +#endif |