Transform a locale-specific wide character array.
Compatibility:This function is compatible with the following targets:
|
BeOS
|
|
#include <wchar.h>
size_t wcsxfrm(wchar_t * str1,  
const wchar_t * str2, size_t n);
Parameters for this function are:
Performs the same task as strxfrm for a wide character type.
Returns the length of dest after it has received source.