wcslen(3C)


wcslen -- obtain wide character string length

Synopsis

#include <wchar.h>

size_t wcslen(const wchar_t *ws);

Description

wcslen returns the number of wide characters in wide character string ws, not including the terminating null wide character.

Return values

wcslen returns the length of the string.

Refeerences

wchar(5)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.