man.bsd.lv manual page server

Manual Page Search Parameters

STRLEN(3) Library Functions Manual STRLEN(3)

strlenfind length of string

#include <string.h>

size_t
strlen(const char *s);

The () function computes the length of the string s.

The strlen() function returns the number of characters that precede the terminating NUL character.

string(3)

The strlen() function conforms to ANSI X3.159-1989 (“ANSI C89”).

4.4BSD-Lite2 June 4, 1993 STRLEN(3)