diff options
Diffstat (limited to 'libc/string/generic/strcspn.c')
-rw-r--r-- | libc/string/generic/strcspn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/generic/strcspn.c b/libc/string/generic/strcspn.c index b65b3b995..f1f39df8c 100644 --- a/libc/string/generic/strcspn.c +++ b/libc/string/generic/strcspn.c @@ -18,8 +18,6 @@ #include <string.h> -/* Experimentally off - libc_hidden_proto(strcspn) */ -/* Experimentally off - libc_hidden_proto(strchr) */ /* Return the length of the maximum initial segment of S which contains no characters from REJECT. */ |