From 38eb24cc31bb6f49bbc053e241cba0557edf7f88 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 20:48:18 +0000 Subject: [PATCH] Activate (uncomment) wcwidth() and wcswidth() now implemented --- include/wchar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wchar.h b/include/wchar.h index 698557974f4f..69b141911f5d 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -145,11 +145,8 @@ size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t, mbstate_t * __restrict); size_t wcsspn(const wchar_t *, const wchar_t *); wchar_t *wcsstr(const wchar_t *, const wchar_t *); -#if 0 -/* XXX: not implemented */ int wcswidth(const wchar_t *, size_t); int wcwidth(wchar_t); -#endif int wctob(wint_t); wchar_t *wmemchr(const wchar_t *, wchar_t, size_t); int wmemcmp(const wchar_t *, const wchar_t *, size_t);