Интерактивная система просмотра системных руководств (man-ов)
strlen (3)
>> strlen (3) ( FreeBSD man: Библиотечные вызовы ) strlen (3) ( Русские man: Библиотечные вызовы ) strlen (3) ( Linux man: Библиотечные вызовы ) strlen (3) ( POSIX man: Библиотечные вызовы ) strlen (9) ( Solaris man: Ядро )
BSD mandoc
NAME
strlen
- find length of string
LIBRARY
Lb libc
SYNOPSIS
#include <string.h>
size_t
strlen (const char *s);
DESCRIPTION
The
strlen ();
function
computes the length of the string
Fa s .
RETURN VALUES
The
strlen ();
function
returns
the number of characters that precede the
terminating
NUL
character.
SEE ALSO
string(3)
STANDARDS
The
strlen ();
function
conforms to
St -isoC .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-