summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-19 20:48:18 +0000
committerache <ache@FreeBSD.org>2002-08-19 20:48:18 +0000
commit426d833605d357f05e66799ccb4d3f62476a875d (patch)
tree5baebac2b6126c254f25e3f289776905162af290 /include/wchar.h
parentd3fa9cb263487cc5cd74c34d60839c2f126a634a (diff)
downloadFreeBSD-src-426d833605d357f05e66799ccb4d3f62476a875d.zip
FreeBSD-src-426d833605d357f05e66799ccb4d3f62476a875d.tar.gz
Activate (uncomment) wcwidth() and wcswidth() now implemented
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 6985579..69b1419 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);
OpenPOWER on IntegriCloud