[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


wcsxfrm

Transform a locale-specific wide character array.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
size_t wcsxfrm(wchar_t * str1, 
  const wchar_t * str2, size_t n);
Parameters:

Parameters for this function are:

str1  
wchar_t *  
The destination string  
str2  
wchar_t *  
The source string  
n  
size_t  
Maximum number of characters  

Remarks:

Performs the same task as strxfrm for a wide character type.

Return:

Returns the length of dest after it has received source.

See Also:

"strxfrm"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000