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


wcslen

Compute the length of a 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 (wcslen)(const wchar_t * str);
Parameters:

Parameters for this function are:

str  
wchar_t *  
The string to compute  

Remarks:

The wcslen() function computes the number of characters in a null terminated wide-character array pointed to by str. The null character (L'\0') is not added to the character count.

Return:

Returns the number of characters in a wide-character array not including the terminating null character.

See Also:

"strlen"


[ 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