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


wcscat

Wide character string concatenation

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
wchar_t * wcscat(wchar_t * dst, 
  const wchar_t * src);
Parameters:

Parameters for this function are:

dst  
wchar_t *  
The destination string  
src  
wchar_t *  
The source string  

Remarks:

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

Return:

Returns a pointer to the destination string

See Also:

"strcat"


[ 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