NAME
ssttrrlleenn - find length of string
LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
sizet ssttrrlleenn(const char *s);> DESCRIPTION
The ssttrrlleenn() function computes the length of the string s.RETURN VALUES
The ssttrrlleenn() function returns the number of characters that precede the terminating NUL character.SEE ALSO
string(3) STANDARDS The ssttrrlleenn() function conforms to ISO/IEC 9899:1990 (``ISO C90''). BSD June 4, 1993 BSD