BSD 4_2 release
[unix-history] / usr / src / usr.lib / libplot / t300s / close.c
CommitLineData
4b068d60 1#ifndef lint
0f4556f1 2static char sccsid[] = "@(#)close.c 4.1 (Berkeley) 6/27/83";
4b068d60
SL
3#endif
4
5#include <stdio.h>
6closevt(){
7 closepl();
8}
9closepl(){
10 fflush(stdout);
11 reset();
12}