from berkman
[unix-history] / usr / src / lib / libplot / t450 / close.c
CommitLineData
6520ed07
SL
1#ifndef lint
2static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
3#endif
4
5#include <stdio.h>
6closevt(){
7 closepl();
8}
9closepl(){
10 fflush(stdout);
11 reset();
12}