date and time created 83/11/11 15:12:01 by ralph
[unix-history] / usr / src / lib / libplot / t4014 / close.c
#ifndef lint
static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
#endif
#include <stdio.h>
closevt(){
putch(037);
fflush(stdout);
}
closepl(){
putch(037);
fflush(stdout);
}