summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/wcstrings.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcstrings.tex')
-rw-r--r--newlib/libc/string/wcstrings.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/string/wcstrings.tex b/newlib/libc/string/wcstrings.tex
index 7c72eab54..8f82e62c3 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -27,6 +27,8 @@ declarations are in @file{wchar.h}.
* wcsrchr:: Reverse search for wide-character in string
* wcsspn:: Find initial match in wide-character string
* wcsstr:: Find wide-character string segment
+* wcswidth:: Number of column positions of a wide-character string
+* wcwidth:: Number of column positions of a wide-character code
@end menu
@page
@@ -92,3 +94,9 @@ declarations are in @file{wchar.h}.
@page
@include string/wcsstr.def
+@page
+@include string/wcswidth.def
+
+@page
+@include string/wcwidth.def
+