WCSLEN(3) Library Functions Manual WCSLEN(3)
NAME
wcslen — get
wide-character string length
SYNOPSIS
#include <wchar.h> size_t wcslen(const wchar_t *ws);
DESCRIPTION
The wcslen() function computes the number of wide-character codes in the wide-character string to which ws points, not including the terminating null wide-character code.
RETURN VALUE
The wcslen() function returns the length of ws ; no return value is reserved to indicate an error.
ERRORS
No errors are defined.
EXAMPLES
None.
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
DERIVATION
Derived from the MSE working draft.
February 1997 posix.fail