NAME
	capitalize - capitalize a string

SYNTAX
	#include <simulate.h>

	string capitalize(string str)

DESCRIPTION
	Convert the first character in str to upper case, and return the
	new string.

KEYWORDS
	string

SEE ALSO
	builtin/lower_case, builtin/upper_case
