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

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

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

#include "2648.h"

aon()
{
	sync();
	escseq(ESCD);
	outchar('e');
}

aoff()
{
	sync();
	escseq(ESCD);
	outchar('f');
}