Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <wchar.h> wchar_t *wcswcs(const wchar_t *ws1, const wchar_t *ws2); | |
Description |
| |
Return val. | Pointer to the start of the wide character string found in ws1. | |
Null pointer | if ws2 is not contained in ws1. | |
Pointer | to the start of ws1 if ws2 has a length of 0. | |
Notes | Wide character strings terminated with a null wide character code ( Restriction | |
See also |
|