lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	find_call_out - find out when the next call out to 'func' is

SYNTAX
	int find_call_out(function func)

DESCRIPTION
	Find the first call out due to be executed for function func, and
	return the time left. If it is not found, then zero_type will return
	1 for the value returned.

SEE ALSO
	call_out, remove_call_out, call_out_info, zero_type