diff options
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r-- | newlib/libc/string/strings.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 2e2c7fd73..ae00a261a 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -40,6 +40,7 @@ managing areas of memory. The corresponding declarations are in * strnlen:: Character string length * strpbrk:: Find chars in string * strrchr:: Reverse search for character in string +* strsignal:: Return signal message string * strspn:: Find initial match * strstr:: Find string segment * strtok:: Get next token from a string @@ -154,6 +155,9 @@ managing areas of memory. The corresponding declarations are in @include string/strrchr.def @page +@include string/strsignal.def + +@page @include string/strspn.def @page |