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

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

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

#include "2648.h"

gon()
{
	sync();
	escseq(ESCD);
	outchar('c');
}

goff()
{
	sync();
	escseq(ESCD);
	outchar('d');
}