xref: /csrg-svn/lib/libplot/t4014/close.c (revision 48524)
1*48524Sbostic /*-
2*48524Sbostic  * Copyright (c) 1983 The Regents of the University of California.
3*48524Sbostic  * All rights reserved.
4*48524Sbostic  *
5*48524Sbostic  * %sccs.include.proprietary.c%
6*48524Sbostic  */
7*48524Sbostic 
813345Ssam #ifndef lint
9*48524Sbostic static char sccsid[] = "@(#)close.c	4.2 (Berkeley) 04/22/91";
10*48524Sbostic #endif /* not lint */
1113345Ssam 
1213345Ssam #include <stdio.h>
1313345Ssam closevt(){
1413345Ssam 	putch(037);
1513345Ssam 	fflush(stdout);
1613345Ssam }
1713345Ssam closepl(){
1813345Ssam 	putch(037);
1913345Ssam 	fflush(stdout);
2013345Ssam }
21