Manpage of WCSRCHR
WCSRCHR
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.20 `wcsrchr'--wide-character string scanning operation
SYNOPSIS
#include <wchar.h>
wchar_t *wcsrchr(const wchar_t *S, wchar_t C);
DESCRIPTION
The `wcsrchr' function locates the last occurrence of C in the
wide-character string pointed to by S. The value of C must be a
character representable as a type wchar_t and must be a wide-character
code corresponding to a valid character in the current locale. The
terminating null wide-character code is considered to be part of the
wide-character string.
RETURNS
Upon successful completion, `wcsrchr' returns a pointer to the
wide-character code or a null pointer if C does not occur in the
wide-character string.
PORTABILITY
`wcsrchr' is ISO/IEC 9899/AMD1:1995 (ISO C). No supporting OS
subroutines are required.
SEE ALSO
wcsrchr
is part of the
libc
library.
The full documentation for
libc
is maintained as a Texinfo manual. If
info
and
libc
are properly installed at your site, the command
-
info libc
will give you access to the complete manual.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- PORTABILITY
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:25:34 GMT, May 16, 2005
www.fiveanddime.net