String copying
The following table lists the multibyte functions
and their wide-character equivalents that perform string copying.
String-processing task | Multibyte-character function | Wide-character function |
---|---|---|
Copy one character string to a specified location in a second character string. If the two strings overlap, the result of this operation is undefined. | ifx_gl_mbscpy() | ifx_gl_wcscpy() |
Copy a specified number of characters from one character string to a second character string. If the two strings overlap, the result of this operation is undefined. | ifx_gl_mbsncpy() | ifx_gl_wcsncpy() |