NAME
	typeof - return the type of a value

SYNOPSIS
	int typeof(mixed value)


DESCRIPTION
	Return the type of a value.  The return values are declared in
	the include file <type.h>.
