aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strspn.c')
-rw-r--r--newlib/libc/string/strspn.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/libc/string/strspn.c b/newlib/libc/string/strspn.c
index 32b921b..3f43b8f 100644
--- a/newlib/libc/string/strspn.c
+++ b/newlib/libc/string/strspn.c
@@ -5,16 +5,10 @@ FUNCTION
INDEX
strspn
-ANSI_SYNOPSIS
+SYNOPSIS
#include <string.h>
size_t strspn(const char *<[s1]>, const char *<[s2]>);
-TRAD_SYNOPSIS
- #include <string.h>
- size_t strspn(<[s1]>, <[s2]>)
- char *<[s1]>;
- char *<[s2]>;
-
DESCRIPTION
This function computes the length of the initial segment of
the string pointed to by <[s1]> which consists entirely of