Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> wchar_t *wcsstr( const wchar_t *ws1, const wchar_t *ws2);
| |
Return val. | Pointer to the start of the wide character string found | |
if ws2 is found in ws1. | ||
NULL pointer | if ws2 is not found in ws1. | |
ws1 | if ws2 is a null pointer. | |
Note | The following two prototypes of the | |
See also | strstr, wmemcmp, wmemcpy, wmemchr |