Add comments
[unix-history] / usr / src / old / lib2648 / aon.c
CommitLineData
ed62c21e
RC
1/* aon.c 4.1 83/03/09 */
2
3#include "2648.h"
4
5aon()
6{
7 sync();
8 escseq(ESCD);
9 outchar('e');
10}
11
12aoff()
13{
14 sync();
15 escseq(ESCD);
16 outchar('f');
17}