low_str_strlen

Get the length of a string. 
l_size_t		low_str_strlen ( 
		cl_text string 
);


Return Value
Returns the number of characters in string, excluding the terminal NULL. 
No return value is reserved to indicate an error.
Parameter
string
Null-terminated string
Remarks
Returns the number of characters in string, not including the terminating null character.