4.1cBSD/usr/src/usr.lib/libF77/exit_.c

Compare this file to the similar file:
Show the results in this format:


exit_(n)
long *n;
{
	f_exit();
	_cleanup();
	exit((int)*n);
}