const wchar_t* wcschr (const wchar_t* ws, wchar_t wc); wchar_t* wcschr ( wchar_t* ws, wchar_t wc);
wchar_t * wcschr ( const wchar_t *, wchar_t );
|
|
Looking for the 's' character in "This is a sample string"... found at 4 found at 7 found at 11 found at 23 |