Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcslen(3) — Digital UNIX 3.2c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

strlen(3)

wcslen(3)  —  Subroutines

NAME

wcslen − Determines the number of characters in a wide-character string

LIBRARY

Standard C Library (libc.a)

SYNOPSIS

#include <wchar.h> size_t wcslen(
const wchar_t ∗wcstring);

PARAMETERS

wcstringA 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. 

RELATED INFORMATION

Functions: strlen(3). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026