xref: /original-bsd/lib/libc/string/strlen.3 (revision abe165e9)
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

This code is derived from software contributed to Berkeley by
Chris Torek.

%sccs.include.redist.man%

@(#)strlen.3 5.1 (Berkeley) 05/15/90

STRLEN 3 ""
C 4
NAME
strlen - find length of string
SYNOPSIS
#include <string.h>

size_t
strlen(const char *s);
DESCRIPTION
Strlen returns the number of non-null characters in s .
SEE ALSO
string(3)
STANDARDS
Strlen conforms to ANSI X3.159-1989 (``ANSI C'').