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