diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-10-23 18:07:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-10-23 18:07:13 +0000 |
commit | 4340b63bc1e20c0311f7a723b8c3ee3b1760a60a (patch) | |
tree | 850fb7887a946302c4af37593d9732788dcc5038 /newlib/libc/string/wcstrings.tex | |
parent | 34dd9dbc047a6aa8547d1c6c2f04154d272ee76f (diff) | |
download | cygnal-4340b63bc1e20c0311f7a723b8c3ee3b1760a60a.tar.gz cygnal-4340b63bc1e20c0311f7a723b8c3ee3b1760a60a.tar.bz2 cygnal-4340b63bc1e20c0311f7a723b8c3ee3b1760a60a.zip |
2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>
* libc/string/wcsnlen.c: New file.
* libc/include/wchar.h: Add wcsnlen prototype.
* libc/string/Makefile.am: Add wcsnlen support.
* libc/string/Makefile.in: Regenerated.
* libc/string/wcstrings.tex: Add wcsnlen documentation.
Diffstat (limited to 'newlib/libc/string/wcstrings.tex')
-rw-r--r-- | newlib/libc/string/wcstrings.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/wcstrings.tex b/newlib/libc/string/wcstrings.tex index 8f82e62c3..ad0a60788 100644 --- a/newlib/libc/string/wcstrings.tex +++ b/newlib/libc/string/wcstrings.tex @@ -23,6 +23,7 @@ declarations are in @file{wchar.h}. * wcsncat:: Concatenate wide-character strings * wcsncmp:: Wide-character string compare * wcsncpy:: Counted copy wide-character string +* wcsnlen:: Wide-character string length with maximum limit * wcspbrk:: Find wide-chars in string * wcsrchr:: Reverse search for wide-character in string * wcsspn:: Find initial match in wide-character string @@ -83,6 +84,9 @@ declarations are in @file{wchar.h}. @include string/wcsncpy.def @page +@include string/wcsnlen.def + +@page @include string/wcspbrk.def @page |