1*17612Sjak #ifndef lint 2*17612Sjak static char sccsid[] = "@(#)close.c 1.1 (Berkeley) 01/02/85"; 3*17612Sjak #endif 4*17612Sjak 5*17612Sjak #include <stdio.h> 6*17612Sjak closevt(){ 7*17612Sjak putch(037); 8*17612Sjak fflush(stdout); 9*17612Sjak } 10*17612Sjak closepl(){ 11*17612Sjak putch(037); 12*17612Sjak fflush(stdout); 13*17612Sjak } 14