xref: /csrg-svn/old/lib2648/zoomout.c (revision 11502)
1 /*	zoomout.c	4.1	83/03/09	*/
2 /*
3  * zoomout: zoom to level 1.
4  */
5 
6 zoomout()
7 {
8 	zoomn(1);
9 }
10