Penguin
Annotated edit history of wcslen(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WCSLEN
2 !!!WCSLEN
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 wcslen - determine the length of a wide-character string
14 !!SYNOPSIS
15
16
17 __#include
18 __''s''__);
19 __
20 !!DESCRIPTION
21
22
23 The __wcslen__ function is the wide-character equivalent
24 of the __strlen__ function. It determines the length of
25 the wide-character string pointed to by ''s'', not
26 including the terminating L'0' character.
27 !!RETURN VALUE
28
29
30 The __wcslen__ function returns the number of wide
31 characters in ''s''.
32 !!CONFORMING TO
33
34
35 ISO/ANSI C, UNIX98
36 !!SEE ALSO
37
38
39 strlen(3)
40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.