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