SYNOPSIS (DEPRECATED)

int strlen( string str)

DESCRIPTION

Returns the length of the string str.

This efun is deprecated and replaced by sizeof(E). Please do not use it in new code and start to phase it out in old code.

SEE ALSO

sizeof(E)