VMS Help CC, Run-time functions, wmemchr *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Finds the first occurence of wide characters in a given object. Syntax: #include <wchar.h> wchar_t wmemchr (const wchar_t *s, wchar_t c, size_t n);
|