SysIII/usr/src/lib/lib2/exit.c

static char	sccsid[] = "@(#)exit.c	4.1";

exit ()
{
	_cleanup ();
	_exit ();
}