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:
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r--newlib/libc/string/strings.tex4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 6750f3eb0..5ba6e0fe5 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -14,7 +14,6 @@ managing areas of memory. The corresponding declarations are in
* memchr:: Find character in memory
* memcmp:: Compare two memory areas
* memcpy:: Copy memory regions
-* memmem:: Find memory segment
* memmove:: Move possibly overlapping memory
* mempcpy:: Copy memory regions and locate end
* memset:: Set an area of memory
@@ -73,9 +72,6 @@ managing areas of memory. The corresponding declarations are in
@include string/memcpy.def
@page
-@include string/memmem.def
-
-@page
@include string/memmove.def
@page