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, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 9dfc7990a..83b7c6af6 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -27,6 +27,7 @@ managing areas of memory. The corresponding declarations are in
* strcasestr:: Find string segment ignoring case
* strcat:: Concatenate strings
* strchr:: Search for character in string
+* strchrnul:: Search for character in string
* strcmp:: Character string compare
* strcoll:: Locale-specific character string compare
* strcpy:: Copy string
@@ -118,6 +119,9 @@ managing areas of memory. The corresponding declarations are in
@include string/strchr.def
@page
+@include string/strchrnul.def
+
+@page
@include string/strcmp.def
@page