date and time created 83/03/09 16:22:51 by ralph
[unix-history] / usr / src / old / lib2648 / aon.c
/* aon.c 4.1 83/03/09 */
#include "2648.h"
aon()
{
sync();
escseq(ESCD);
outchar('e');
}
aoff()
{
sync();
escseq(ESCD);
outchar('f');
}