diff options
Diffstat (limited to 'src/string/strcspn.c')
-rw-r--r-- | src/string/strcspn.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcspn.c b/src/string/strcspn.c index 58d3f33b..6dbcbdb0 100644 --- a/src/string/strcspn.c +++ b/src/string/strcspn.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -28,3 +30,6 @@ the string ARGUMENT(s1) that are not in the string ARGUMENT(s2). RETURN_ALWAYS(the number of non-matching characters); STDC(1) */ + + +#endif |