Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <wchar.h> wchar_t *wcsstr( const wchar_t *ws1, const wchar_t *ws2); | |
Description |
| |
Return val. | Pointer to the start of the string found | |
if ws2 is found in ws1. | ||
Null pointer | if ws2 is not found in ws1. | |
ws1 | if ws2 is a null pointer. | |
Notes | The following two function prototypes of the function wchar_t* wcsstr( wchar_t *ws1, const wchar_t *ws2); | |
See also |
|