date and time created 83/03/09 16:23:32 by ralph
[unix-history] / usr / src / old / lib2648 / zoomn.c
/* zoomn.c 4.1 83/03/09 */
#include "2648.h"
zoomn(size)
char size;
{
sync();
escseq(ESCD);
outchar(size+'0');
outchar('i');
}