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