/sys$common/syshlp/helplib.hlb CC, Run-time functions, wcschr *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns the address of the first occurrence of a given wide character in a null-terminated, wide-character string. The terminating null character is considered to be part of the string. Syntax: #include <wchar.h> wchar_t *wcschr (const wchar_t *wstr, wchar_t wc);
|