From 14613e5e74b633aeaa4f69e7ea096074ba94cb1f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 16 Sep 2004 21:15:14 +0000 Subject: 2004-09-16 Antony King * libc/ctype/ctype.tex: Added missing documentation. * libc/stdio/stdio.tex Ditto. * libc/stdlib/stdlib.tex Ditto. * libc/string/strings.tex Ditto. * libc/time/time.tex: Ditto. * libc/stdio/setbuffer.c: Removed setlinebuf documentation. --- newlib/libc/string/strings.tex | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'newlib/libc/string/strings.tex') diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 7f9106ee9..4e1a2cd16 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -26,12 +26,14 @@ managing areas of memory. The corresponding declarations are in * strcpy:: Copy string * strcspn:: Count chars not in string * strerror:: Convert error number to string +* strerror_r:: Convert error number to string * strlen:: Character string length * strlwr:: Convert string to lower case * strncasecmp:: Compare strings ignoring case * strncat:: Concatenate strings * strncmp:: Character string compare * strncpy:: Counted copy string +* strnlen:: Character string length * strpbrk:: Find chars in string * strrchr:: Reverse search for character in string * strspn:: Find initial match @@ -102,6 +104,9 @@ managing areas of memory. The corresponding declarations are in @page @include string/strerror.def +@page +@include string/strerror_r.def + @page @include string/strlen.def @@ -120,6 +125,9 @@ managing areas of memory. The corresponding declarations are in @page @include string/strncpy.def +@page +@include string/strnlen.def + @page @include string/strpbrk.def -- cgit v1.2.3