SYNOPSIS
#include <wchar.h>
size_t wcslen(const wchar_t *ws);
size_t wcsnlen(const wchar_t *ws, size_t maxlen);
DESCRIPTION
The
PARAMETERS
- ws
-
Is a null-terminated string.
- maxlen
-
The maximum number of wide characters to scan for the end of wide string marker before returning.
RETURN VALUES
The
CONFORMANCE
wcslen ANSI/ISO 9899:1990 'ISO C90'.
wcsnlen IEEE Std 1003.1-2008 'POSIX.1'.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.