Copyright Digital Equipment Corp. All rights reserved.
Scans for a wide character in a specified wide-character string.
Format
#include <wchar.h>
wchar_t *wcschr (const wchar_t *wstr, wchar_t wc);
Function_Variants Arguments Description Return_Values Example