4.1cBSD/usr/src/usr.lib/lib2648/zoomout.c

/*	zoomout.c	4.1	83/03/09	*/
/*
 * zoomout: zoom to level 1.
 */

zoomout()
{
	zoomn(1);
}