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

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

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

#include "2648.h"

clearg()
{
	sync();
	escseq(ESCD);
	outchar((_video==INVERSE) ? 'b' : 'a');
}