From 4340b63bc1e20c0311f7a723b8c3ee3b1760a60a Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 23 Oct 2003 18:07:13 +0000 Subject: 2003-10-23 Artem B. Bityuckiy * libc/string/wcsnlen.c: New file. * libc/include/wchar.h: Add wcsnlen prototype. * libc/string/Makefile.am: Add wcsnlen support. * libc/string/Makefile.in: Regenerated. * libc/string/wcstrings.tex: Add wcsnlen documentation. --- newlib/libc/include/wchar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include') diff --git a/newlib/libc/include/wchar.h b/newlib/libc/include/wchar.h index 8d3e4d9ee..9e8953739 100644 --- a/newlib/libc/include/wchar.h +++ b/newlib/libc/include/wchar.h @@ -58,6 +58,7 @@ size_t _EXFUN(wcslen, (const wchar_t *)); wchar_t *_EXFUN(wcsncat, (wchar_t * , const wchar_t * , size_t)); int _EXFUN(wcsncmp, (const wchar_t *, const wchar_t *, size_t)); wchar_t *_EXFUN(wcsncpy, (wchar_t * , const wchar_t * , size_t)); +size_t _EXFUN(wcsnlen, (const wchar_t *, size_t)); wchar_t *_EXFUN(wcspbrk, (const wchar_t *, const wchar_t *)); wchar_t *_EXFUN(wcsrchr, (const wchar_t *, wchar_t)); size_t _EXFUN(wcsspn, (const wchar_t *, const wchar_t *)); -- cgit v1.2.3