
strlen(3)              C LIBRARY FUNCTIONS              strlen(3)

NAME
     strlen() - returns the length of a string

SYNOPSIS
     int strlen( string str );

DESCRIPTION
     strlen() returns the number  of  characters  in  the  string
     `str'.

Sun Release 4.1           Last change:                          1

