xref: /csrg-svn/lib/libplot/plot/close.c (revision 61399)
148520Sbostic /*-
2*61399Sbostic  * Copyright (c) 1983, 1993
3*61399Sbostic  *	The Regents of the University of California.  All rights reserved.
448520Sbostic  *
548520Sbostic  * %sccs.include.proprietary.c%
648520Sbostic  */
748520Sbostic 
813398Ssam #ifndef lint
9*61399Sbostic static char sccsid[] = "@(#)close.c	8.1 (Berkeley) 06/04/93";
1048520Sbostic #endif /* not lint */
1113398Ssam 
1213398Ssam #include <stdio.h>
closevt()1313398Ssam closevt(){
1413398Ssam 	fflush(stdout);
1513398Ssam }
closepl()1613398Ssam closepl(){
1713398Ssam 	fflush(stdout);
1813398Ssam }
19