]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/wcscspn.c
Libc-1439.40.11.tar.gz
[apple/libc.git] / string / FreeBSD / wcscspn.c
index c16f27083afce9dd3b744edcb41063d99f3f3e07..77dfa10dc413096f5f54802a2a9070ec1e58249b 100644 (file)
 __RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
 #endif /* LIBC_SCCS and not lint */
 #endif
-__FBSDID("$FreeBSD: src/lib/libc/string/wcscspn.c,v 1.6 2002/09/21 00:29:23 tjr Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscspn.c,v 1.7 2009/02/03 17:58:20 danger Exp $");
 
 #include <wchar.h>
 
 size_t
-wcscspn(s, set)
-       const wchar_t *s;
-       const wchar_t *set;
+wcscspn(const wchar_t *s, const wchar_t *set)
 {
        const wchar_t *p;
        const wchar_t *q;