#include <wchar.h>
wchar_t *wcschr(const wchar_t *ws,
wchar_t wc);
The wcschr() function
finds the first occurrence of wc in the string pointed to
by ws. The value of wc must be a wide character
code which corresponds to a valid character it the current locale
and must be represented as a wchar_t.
The null-terminating character of ws
is also included in the search.
- ws
-
Is the null-terminated string to be searched.
- wc
-
Is the character to be located.
The wcschr() function returns a pointer to the
first occurrence of wc in ws,
if successful. If wc is not found in ws,
NULL is returned.
ANSI/ISO 9899-1990/AM 1-1995.
MT-Safe.
None.
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
- Functions:
- wcscspn(), wcsncat(), wcsncmp(), wcsncpy(), wcspbrk(), wcsrchr(), wcsstr()
MKS Toolkit 9.3 Documentation Build 6.