ENV

main(argc,argv)
int argc;
char *argv[];
{

	INITENV

	/* Here is where double @ is replaced by the name of routine */

	@@();

	xx_kill_daemon();
	xx_kill_grandkids();

} /* end main */
