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


wcsncpy

Copy a specified number of wide characters.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


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

Parameters for this function are:

dst  
wchar_t *  
Destination string  
src  
wchar_t *  
Source to be copied  
n  
size_t  
Number of characters to copy  

Remarks:

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

Return:

Returns a pointer to the destination string.

See Also:

"strncpy"

"wcscpy"


[ 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