Manpage of WCSSTR
WCSSTR
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.22 `wcsstr'--find a wide-character substring
SYNOPSIS
#include <wchar.h>
wchar_t *wcsstr(const wchar_t *BIG, const wchar_t *LITTLE);
DESCRIPTION
The `wcsstr' function locates the first occurrence in the
wide-character string pointed to by BIG of the sequence of
wide-characters (excluding the terminating null wide-character) in the
wide-character string pointed to by LITTLE.
RETURNS
On successful completion, `wcsstr' returns a pointer to the located
wide-character string, or a null pointer if the wide-character string
is not found.
If LITTLE points to a wide-character string with zero length, the
function returns BIG.
PORTABILITY
`wcsstr' is ISO/IEC 9899/AMD1:1995 (ISO C).
SEE ALSO
wcsstr
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