1 #ifndef lint 2 static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) 06/27/83"; 3 #endif 4 5 extern vti; 6 erase(){ 7 int i; 8 i=0401; 9 write(vti,&i,2); 10 } 11