/sys$common/syshlp/helplib.hlb CC, Run-time functions, wmemcpy *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Copies a specified number of wide characters from one array (source_str) to another (destination_str). Syntax: #include <wchar.h> wchar_t wmemcpy (wchar_t *destination_str, const wchar_t *source_str, size_t n);
|