size_t
strlen(const char *s)
)
function
computes the length of the string
s.
)
function
returns
the number of characters that precede the
terminating
NUL
character.
)
function
conforms to
ANSI X3.159-1989 (``ANSI C89'') .