Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-04-09 14:42:12 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-04-09 14:42:12 +0400
commit8f8d09c041ffce812946f8bd6b4b388676e4e56e (patch)
tree8a3b79c07ed8da2e51dc10b82ecc942e60ed5683 /newlib/libc/string/wcstrings.tex
parent774d9e8282cb13bbca9f129ad8aa4fd42696227d (diff)
* libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
* libc/string/Makefile.am: Add wcswidth.c and wcwidth.c * libc/string/Makefile.in: Regenerated. * libc/string/wcswidth.c: New file. * libc/string/wcwidth.c: New file. * libc/string/wcstrings.tex: Add wcswidth and wcwidth.
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
+