Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
Guardian Native C Library Calls (t - z) wcslen(3)
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 and J-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zcrtldll
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycrtldll
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).
527192-018 Hewlett-Packard Company 7−145