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.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 5d43fd56b..5ba6e0fe5 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -18,6 +18,8 @@ managing areas of memory. The corresponding declarations are in
* mempcpy:: Copy memory regions and locate end
* memset:: Set an area of memory
* rindex:: Reverse search for character in string
+* stpcpy:: Copy string returning a pointer to its end
+* stpncpy:: Counted copy string returning a pointer to its end
* strcasecmp:: Compare strings ignoring case
* strcasestr:: Find string segment ignoring case
* strcat:: Concatenate strings
@@ -82,6 +84,12 @@ managing areas of memory. The corresponding declarations are in
@include string/rindex.def
@page
+@include string/stpcpy.def
+
+@page
+@include string/stpncpy.def
+
+@page
@include string/strcasecmp.def
@page