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

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

/*	zoomn.c	4.1	83/03/09	*/

#include "2648.h"

zoomn(size)
char size;
{
	sync();
	escseq(ESCD);
	outchar(size+'0');
	outchar('i');
}