add EGP
[unix-history] / usr / src / old / lib2648 / zoomout.c
CommitLineData
aaafca28
RC
1/* zoomout.c 4.1 83/03/09 */
2/*
3 * zoomout: zoom to level 1.
4 */
5
6zoomout()
7{
8 zoomn(1);
9}