concepts/
efun/
SYNOPSIS
	int find_call_out(string func)

DESCRIPTION
	Find the first call-out due to be executed for function func
	in the current object, and return the time left. If no call-out
	is found return -1.

SEE ALSO
	call_out(E), remove_call_out(E), call_out_info(E)