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