From 51b65d5f9c5d9f02a11810ac068b781b84c65143 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Oct 2012 00:36:48 +0100 Subject: [libc] Add wcslen() function Signed-off-by: Michael Brown --- src/include/wchar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/wchar.h b/src/include/wchar.h index 84312c705..ba349aae8 100644 --- a/src/include/wchar.h +++ b/src/include/wchar.h @@ -24,4 +24,6 @@ size_t wcrtomb ( char *buf, wchar_t wc, mbstate_t *ps __unused ) { return 1; } +extern size_t wcslen ( const wchar_t *string ); + #endif /* WCHAR_H */ -- cgit v1.2.3-55-g7522