Manipulating wide character array functions

To manipulate wide character arrays in your program, you can use the functions shown in Table 1. For more information about these functions, refer to z/OS XL C/C++ Runtime Library Reference.

Table 1. Manipulating wide character arrays
Function Purpose
wmemcmp() Compare wide character
wmemchr() Locate wide character
wmemcpy() Copy wide character
wmemmove() Move wide character
wmemset() Set wide character
wcrtomb() Convert a wide character to a multibyte character
wcscat() Append to wide-character string
wcschr() Search for wide-character substring
wcscmp() Compare wide-character strings