NAME
	strlen - Return the length of a string

SYNTAX
	int strlen(string s);

DESCRIPTION
	This function is equal to builtin/sizeof.

KEYWORDS
	string

SEE ALSO
	builtin/sizeof