date and time created 83/11/11 15:12:17 by ralph
[unix-history] / usr / src / lib / libplot / vt0 / erase.c
CommitLineData
2d0f4765
SL
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5extern vti;
6erase(){
7 int i;
8 i=0401;
9 write(vti,&i,2);
10}