NAME
	gethostname - get the name of this host

SYNTAX
	string gethostname();

DESCRIPTION
	Returns a string with the name of the host.

NOTA BENE
	This function only exists on systems that have the gethostname(2)
	or uname(2) system calls.
