xref: /csrg-svn/lib/libplot/plot/close.c (revision 13398)
1*13398Ssam #ifndef lint
2*13398Ssam static char sccsid[] = "@(#)close.c	4.1 (Berkeley) 06/27/83";
3*13398Ssam #endif
4*13398Ssam 
5*13398Ssam #include <stdio.h>
6*13398Ssam closevt(){
7*13398Ssam 	fflush(stdout);
8*13398Ssam }
9*13398Ssam closepl(){
10*13398Ssam 	fflush(stdout);
11*13398Ssam }
12