summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strings.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r--newlib/libc/string/strings.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 0ad6137b6..2e2c7fd73 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -47,6 +47,7 @@ managing areas of memory. The corresponding declarations are in
* strxfrm:: Transform string
* swab:: Swap adjacent bytes
* wcscasecmp:: Compare wide character strings ignoring case
+* wcsdup:: Wide character string duplicate
* wcsncasecmp:: Compare wide character strings ignoring case
@end menu
@@ -174,4 +175,7 @@ managing areas of memory. The corresponding declarations are in
@include string/wcscasecmp.def
@page
+@include string/wcsdup.def
+
+@page
@include string/wcsncasecmp.def