Open System Services Library Calls Reference Manual (G06.28+, H06.05+)
wcslen(3) OSS Library Calls Reference Manual
NAME
wcslen - Determines the number of characters in a wide-character string
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
H-series OSS processes: /G/system/zdllnnn/zcrtldll
SYNOPSIS
#include <wchar.h>
size_t wcslen(
const wchar_t *wcstring);
PARAMETERS
wcstring A wide-character string.
DESCRIPTION
The wcslen() function computes the number of wchar_t characters in the string pointed to by the
wcstring parameter.
RETURN VALUES
The wcslen() function returns the number of wchar_t characters that precede the terminating
wchar_t null character.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: strlen(3).
8−14 Hewlett-Packard Company 527187-007