date and time created 83/06/27 14:08:58 by sam
[unix-history] / usr / src / lib / libplot / t300 / close.c
#ifndef lint
static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
#endif
#include <stdio.h>
closevt(){
closepl();
}
closepl(){
fflush(stdout);
reset();
}