main()
{
	name = "strlen";
	
	test_int(strlen("bozoman du 36"), 13, "");
	test_int(strlen(""), 0, "Empty string");
}