wcslen()

compute length of wide character string 

Function


SYNOPSIS

#include <wchar.h>

size_t wcslen(const wchar_t *ws);


DESCRIPTION

The wcslen() function determines the length of the wide character string pointed to by ws not including the terminating NULL character.


PARAMETERS

ws 

Is a null-terminated string.


RETURN VALUES

The wcslen() function returns the number of characters in the string pointed to by ws excluding the terminal NULL.


CONFORMANCE

ANSI/ISO 9899-1990/AM 1-1995.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
wcscat(), wcscmp(), wcscoll(), wcscpy(), wcsrchr(), wcsspn()


MKS Toolkit 9.3 Documentation Build 6.