aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/wcsspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcsspn.c')
-rw-r--r--wcsmbs/wcsspn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wcsmbs/wcsspn.c b/wcsmbs/wcsspn.c
index 7a3cdf7..332b6a6 100644
--- a/wcsmbs/wcsspn.c
+++ b/wcsmbs/wcsspn.c
@@ -25,9 +25,7 @@
/* Return the length of the maximum initial segment
of WCS which contains only wide-characters in ACCEPT. */
size_t
-wcsspn (wcs, accept)
- const wchar_t *wcs;
- const wchar_t *accept;
+wcsspn (const wchar_t *wcs, const wchar_t *accept)
{
const wchar_t *p;
const wchar_t *a;