2 * Copyright (C) 2002 Manuel Novoa III
3 * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
5 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
11 # define Wstrlen wcslen
13 # define Wstrlen strlen
16 size_t Wstrlen(const Wchar
*s
)
18 register const Wchar
*p
;
24 libc_hidden_weak(Wstrlen
)